Package wt.epm.ndi
Interface EPMNDAttribute
public interface EPMNDAttribute
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: attributeValue.Gets the object for the association that plays role: definition.
-
Method Details
-
getAttributeValue
Gets the object for the association that plays role: attributeValue.
Supported API: true- Returns:
- EPMNDValue
- Throws:
WTException
-
getDefinition
Gets the object for the association that plays role: definition.
Supported API: true- Returns:
- EPMNDAttributeDefinition
- Throws:
WTException
-