Package wt.epm.ndi
Interface EPMNDFeatureDefinition
public interface EPMNDFeatureDefinition
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: defName.intGets the value of the attribute: internalId.intgetType()Gets the value of the attribute: type.
-
Method Details
-
getDefName
Gets the value of the attribute: defName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getInternalId
Gets the value of the attribute: internalId.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getType
Gets the value of the attribute: type.
Supported API: true- Returns:
- int
- Throws:
WTException
-