Class MPMPrecedenceConstraintLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc.struct._IteratedReferenceLink
wt.vc.struct.IteratedReferenceLink
com.ptc.windchill.mpml.processplan._MPMPrecedenceConstraintLink
com.ptc.windchill.mpml.processplan.MPMPrecedenceConstraintLink
- All Implemented Interfaces:
com.ptc.windchill.mpml.processplan._MPMPrecedenceConstraintLinkTypeInterface,com.ptc.windchill.mpml.processplan.MPMPrecedenceConstraintLinkTypeInterface,Externalizable,Serializable,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,ChoiceMappable,Expressionable,ExpressionAssignable,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=IteratedReferenceLink.class,interfaces={wt.type.Typed.class,Filterable.class,ChoiceMappable.class,com.ptc.windchill.mpml.processplan.MPMPrecedenceConstraintLinkTypeInterface.class,ExpressionAssignable.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="required",type=boolean.class,initialValue="true"),@GeneratedProperty(name="operationUsageLinkID",type=java.lang.String.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="constraintType",type=MPMPrecedenceConstraintType.class,initialValue="MPMPrecedenceConstraintType.End_Start",constraints=@PropertyConstraints(required=true))},roleA=@GeneratedRole(name="referencedBy",type=MPMOperation.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="references",type=MPMOperationHolderMaster.class,cascade=false),tableProperties=@TableProperties(tableName="MPMPrecedenceConstraintLink"),iconProperties=@IconProperties(standardIcon="netmarkets/images/operation_mpm.png",openIcon="netmarkets/images/operation_mpm.png"))
public class MPMPrecedenceConstraintLink
extends _MPMPrecedenceConstraintLink
Use the newMPMPrecedenceConstraintLink static factory method(s),
not the MPMPrecedenceConstraintLink 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:
-
Field Summary
Fields inherited from class wt.vc.struct._IteratedReferenceLink
REFERENCED_BY_ROLE, REFERENCES_ROLEFields inherited from interface wt.filter._Filterable
FILTERED_STATUS -
Method Summary
Modifier and TypeMethodDescriptionstatic MPMPrecedenceConstraintLinknewMPMPrecedenceConstraintLink(MPMOperation referencedBy, MPMOperationHolderMaster references) Default factory for the class.Methods inherited from class com.ptc.windchill.mpml.processplan._MPMPrecedenceConstraintLink
getFilteredStatus, getReferencedBy, getReferences, setFilteredStatus, setReferencedBy, setReferencesMethods inherited from class wt.vc.struct._IteratedReferenceLink
setReferencedBy, setReferencesMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newMPMPrecedenceConstraintLink
public static MPMPrecedenceConstraintLink newMPMPrecedenceConstraintLink(MPMOperation referencedBy, MPMOperationHolderMaster references) throws WTException Default factory for the class.
Supported API: true- Parameters:
referencedBy-references-- Returns:
- MPMPrecedenceConstraintLink
- Throws:
WTException
-