com.ptc.windchill.mpml.processplan.sequence
Class MPMSequenceUsageLink

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.vc.struct.IteratedUsageLink
              extended by com.ptc.windchill.mpml.processplan.sequence.MPMSequenceUsageLink
All Implemented Interfaces:
Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.iba.value.IBAHolder, DisplayIdentification, wt.type.FlexTyped, wt.type.Typed

public class MPMSequenceUsageLink
extends IteratedUsageLink
implements wt.type.Typed, Externalizable

Use the newMPMSequenceUsageLink static factory method(s), not the MPMSequenceUsageLink constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String BRANCHING_TYPE
          Label for the attribute.
static String RETURN_TYPE
          Label for the attribute.
 
Method Summary
 MPMBranchingConstraintType getBranchingType()
          Gets the object for the association that plays role: BRANCHING_TYPE.
 MPMReturnConstraintType getReturnType()
          Gets the object for the association that plays role: RETURN_TYPE.
 void setBranchingType(MPMBranchingConstraintType a_BranchingType)
          Sets the object for the association that plays role: BRANCHING_TYPE.
 void setReturnType(MPMReturnConstraintType a_ReturnType)
          Sets the object for the association that plays role: RETURN_TYPE.
 
Methods inherited from class wt.vc.struct.IteratedUsageLink
getUsedBy, getUses
 
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

BRANCHING_TYPE

public static final String BRANCHING_TYPE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

RETURN_TYPE

public static final String RETURN_TYPE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getBranchingType

public MPMBranchingConstraintType getBranchingType()
Gets the object for the association that plays role: BRANCHING_TYPE.

Supported API: true

Returns:
MPMBranchingConstraintType

setBranchingType

public void setBranchingType(MPMBranchingConstraintType a_BranchingType)
                      throws WTPropertyVetoException
Sets the object for the association that plays role: BRANCHING_TYPE.

Supported API: true

Parameters:
a_BranchingType -
Throws:
WTPropertyVetoException

getReturnType

public MPMReturnConstraintType getReturnType()
Gets the object for the association that plays role: RETURN_TYPE.

Supported API: true

Returns:
MPMReturnConstraintType

setReturnType

public void setReturnType(MPMReturnConstraintType a_ReturnType)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: RETURN_TYPE.

Supported API: true

Parameters:
a_ReturnType -
Throws:
WTPropertyVetoException