Package wt.epm.ndi
Interface EPMNDChoice
- All Superinterfaces:
EPMNDObject
EPM Neutral Data interface for Choice
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.Gets the value of the attribute: masterObjectId; Returns the ObjectIdentifier of the master of this choice.getName()Gets the value of the attribute: name; (required)
Supported API: trueGets the value of the attribute: option; This is the option to which the choice belongs (required)
Supported API: trueMethods 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
-
getOption
Gets the value of the attribute: option; This is the option to which the choice belongs (required)
Supported API: true- Returns:
- String
- 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
-
getMasterObjectId
Gets the value of the attribute: masterObjectId; Returns the ObjectIdentifier of the master of this choice.
Supported API: true- Returns:
- ObjectIdentifier
- Throws:
WTException
-