Package wt.epm.ndi
Interface EPMNDMemberLink
- All Superinterfaces:
EPMNDDependency,EPMNDObject
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: choiceAssignments.Gets the object for the association that plays role: component.Returns the IDs on the EPMMemberLink from different spaces.Gets the value of the attribute: quantity.Gets the object for the association that plays role: referenceControl.Gets the object for the association that plays role: structureAnnotations.Gets the object for the association that plays role: transform.booleanisFixed()Gets the value of the attribute: fixed.booleanGets the value of the attribute: substitute.booleanGets the value of the attribute: suppressed.booleanGets the value of the attribute: unPlaced.Methods inherited from interface wt.epm.ndi.EPMNDDependency
getAttributes, getSoftType, getToAsStoredName, getToCadName, getToMasterId, getToSubType, getToType, getType, getUniqueId, isRequiredMethods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
isUnPlaced
Gets the value of the attribute: unPlaced.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getQuantity
Gets the value of the attribute: quantity.
Supported API: true- Returns:
- Quantity
- Throws:
WTException
-
isSuppressed
Gets the value of the attribute: suppressed.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
isSubstitute
Gets the value of the attribute: substitute.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getTransform
Gets the object for the association that plays role: transform.
Supported API: true- Returns:
- EPMNDTransform
- Throws:
WTException
-
getComponent
Gets the object for the association that plays role: component.
Supported API: true- Returns:
- EPMNDComponent
- Throws:
WTException
-
getReferenceControl
Gets the object for the association that plays role: referenceControl.
Supported API: true- Returns:
- EPMNDReferenceControl
- Throws:
WTException
-
getStructureAnnotations
Gets the object for the association that plays role: structureAnnotations.
Supported API: true- Returns:
- EPMNDStructureAnnotation[]
- Throws:
WTException
-
isFixed
Gets the value of the attribute: fixed.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getOtherSpaceIds
Returns the IDs on the EPMMemberLink from different spaces. Download - IDs from all spaces excluding the Windchill ID and the ID from space of authoring application of the assembly will be returned by this method. Upload - CC should send any space ID (excluding the Windchill ID and the ID from space of authoring application of the assembly), that is added to the component. It is not required to send IDs from all the spaces.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getChoiceAssignments
Gets the object for the association that plays role: choiceAssignments.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-