Package wt.epm.ndi
Interface EPMNDModelItemPartLink
- All Superinterfaces:
EPMNDObject
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: linkType.Gets the value of the attribute: asStoredName.Gets the value of the attribute: partMaster.Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
getToAsStoredName
Gets the value of the attribute: asStoredName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getLinkType
Gets the value of the attribute: linkType.
Supported API: true- Returns:
- ModelItemPartLinkType
- Throws:
WTException
-
getToPartMasterId
Gets the value of the attribute: partMaster.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-