Package wt.epm.ndi
Interface EPMNDDependency
- All Superinterfaces:
EPMNDObject
- All Known Subinterfaces:
EPMNDMemberLink,EPMNDReferenceLink
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: attributes.Gets the object for the association that plays role: softType.Gets the value of the attribute: toAsStoredName.Gets the value of the attribute: toCadName.Gets the value of the attribute: toMasterId.Gets the value of the attribute: toSubType.Gets the value of the attribute: toType.intgetType()Gets the value of the attribute: type.Gets the value of the attribute: uniqueId.booleanGets the value of the attribute: required.Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
getUniqueId
Gets the value of the attribute: uniqueId.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getType
Gets the value of the attribute: type.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getToMasterId
Gets the value of the attribute: toMasterId.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-
getToCadName
Gets the value of the attribute: toCadName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getToAsStoredName
Gets the value of the attribute: toAsStoredName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getToType
Gets the value of the attribute: toType.
Supported API: true- Returns:
- EPMDocumentType
- Throws:
WTException
-
getToSubType
Gets the value of the attribute: toSubType.
Supported API: true- Returns:
- EPMDocSubType
- Throws:
WTException
-
isRequired
Gets the value of the attribute: required.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getAttributes
Gets the object for the association that plays role: attributes.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getSoftType
Gets the object for the association that plays role: softType.
Supported API: true- Returns:
- EPMNDSoftType
- Throws:
WTException
-