wt.vc.struct
Class IteratedDescribeLink

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.vc.struct.IteratedDescribeLink
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
EPMDescribeLink, MPMEPMDocumentDescribeLink, WTDocumentDependencyLink, WTPartDescribeLink, WTProductInstanceDescribeLink

public abstract class IteratedDescribeLink
extends ObjectToObjectLink
implements Externalizable

A link specifying that an iteration provides descriptive information for a another iteration. This link is generally heterogeneous in nature and is not used to build structures.

Supported API: true

Extendable: true

See Also:
Iterated, Serialized Form

Field Summary
static String DESCRIBED_BY_ROLE
          Label for the attribute.
static String DESCRIBES_ROLE
          Label for the attribute.
 
Method Summary
 Iterated getDescribedBy()
          Gets the object for the association that plays role: DESCRIBED_BY_ROLE.
 Iterated getDescribes()
          Gets the object for the association that plays role: DESCRIBES_ROLE.
 void setDescribedBy(Iterated describedBy)
          Sets the object for the association that plays role: DESCRIBED_BY_ROLE.
 void setDescribes(Iterated describes)
          Sets the object for the association that plays role: DESCRIBES_ROLE.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESCRIBES_ROLE

public static final String DESCRIBES_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

DESCRIBED_BY_ROLE

public static final String DESCRIBED_BY_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getDescribes

public Iterated getDescribes()
Gets the object for the association that plays role: DESCRIBES_ROLE.

Supported API: true

Returns:
Iterated

setDescribes

public void setDescribes(Iterated describes)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: DESCRIBES_ROLE.

Supported API: true

Parameters:
describes -
Throws:
WTPropertyVetoException

getDescribedBy

public Iterated getDescribedBy()
Gets the object for the association that plays role: DESCRIBED_BY_ROLE.

Supported API: true

Returns:
Iterated

setDescribedBy

public void setDescribedBy(Iterated describedBy)
                    throws WTPropertyVetoException
Sets the object for the association that plays role: DESCRIBED_BY_ROLE.

Supported API: true

Parameters:
describedBy -
Throws:
WTPropertyVetoException