Class MPMSequenceUsageLink

All Implemented Interfaces:
com.ptc.core.meta.type.mgmt.server.impl.association._AssociationConstrainable, com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable, com.ptc.windchill.mpml._MPMUsageLink, com.ptc.windchill.mpml.MPMUsageLink, com.ptc.windchill.mpml.processplan.sequence._MPMSequenceUsageLinkTypeInterface, com.ptc.windchill.mpml.processplan.sequence.MPMSequenceUsageLinkTypeInterface, Externalizable, Serializable, UsageLink, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, _Filterable, Filterable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.option._ChoiceMappable, wt.option._Expressionable, wt.option._ExpressionAssignable, wt.option._IndependentExpressionAssignable, ChoiceMappable, Expressionable, ExpressionAssignable, wt.option.IndependentExpressionAssignable, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, wt.ufid._Federatable, wt.ufid.Federatable

@GenAsBinaryLink(superClass=IteratedUsageLink.class,interfaces={wt.type.Typed.class,Filterable.class,ChoiceMappable.class,com.ptc.windchill.mpml.processplan.sequence.MPMSequenceUsageLinkTypeInterface.class,ExpressionAssignable.class,wt.option.IndependentExpressionAssignable.class,com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable.class,com.ptc.windchill.mpml.MPMUsageLink.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="sequenceNumber",type=int.class),@GeneratedProperty(name="branchingOperationUsageLinkID",type=java.lang.String.class),@GeneratedProperty(name="returnOperationUsageLinkID",type=java.lang.String.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="category",type=MPMSequenceLinkCategory.class,initialValue="MPMSequenceLinkCategory.PARALLEL",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="branchingType",type=MPMBranchingConstraintType.class,initialValue="MPMBranchingConstraintType.Start_Finish",supportedAPI=PUBLIC),@GeneratedProperty(name="returnType",type=MPMReturnConstraintType.class,initialValue="MPMReturnConstraintType.Finish_Start",supportedAPI=PUBLIC),@GeneratedProperty(name="uniqueIdentifier",type=java.lang.String.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true,defaultValue="0"))},foreignKeys=@GeneratedForeignKey(name="MPMOperationHolderMasterLinkForConstraint",foreignKeyRole=@ForeignKeyRole(name="operationHolderMasterForConstraint",type=MPMOperationHolderMaster.class),myRole=@MyRole(name="theMPMSequenceUsageLink",cardinality=ONE)),roleA=@GeneratedRole(name="usedBy",type=MPMSequenceHolder.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="uses",type=MPMSequenceMaster.class,cardinality=ONE_TO_MANY,owner=false),tableProperties=@TableProperties(tableName="MPMSequenceUsageLink"),iconProperties=@IconProperties(standardIcon="netmarkets/images/sequence_mpm.png",openIcon="netmarkets/images/sequence_mpm.png")) public class MPMSequenceUsageLink extends _MPMSequenceUsageLink

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: