Package wt.epm.ndi
Interface EPMNDOption
- All Superinterfaces:
EPMNDObject
EPM Neutral Data interface for Option
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: description; It is a description of the model item specified by the user.getGroup()Gets the value of the attribute: group;
Supported API: truegetName()Gets the value of the attribute: name; (required)
Supported API: trueGets the object for the association that plays role: softType.Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
getName
Gets the value of the attribute: name; (required)
Supported API: true- Returns:
- String
- Throws:
WTException
-
getGroup
Gets the value of the attribute: group;
Supported API: true- Returns:
- EPMNDOptionGroup
- Throws:
WTException
-
getDescription
Gets the value of the attribute: description; It is a description of the model item specified by the user. (optional)
Supported API: true- Returns:
- String
- Throws:
WTException
-
getSoftType
Gets the object for the association that plays role: softType.
Supported API: true- Returns:
- EPMNDSoftType
- Throws:
WTException
-