Package wt.epm.ndi
Interface EPMNDDefinitionRule
- All Superinterfaces:
EPMNDObject
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: actionType.intgetLevel()Gets the value of the attribute: level.intgetOrder()Gets the value of the attribute: order.Gets the value of the attribute: representationType.String[]getScope()Gets the value of the attribute: scope.Gets the value of the attribute: statement.Gets the value of the attribute: substituteNdID.Gets the object for the association that plays role: substituteRepInfo.Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
-
Method Details
-
getActionType
Gets the value of the attribute: actionType.
Supported API: true- Returns:
- EPMRuleActionType
- Throws:
WTException
-
getRepresentationType
Gets the value of the attribute: representationType.
Supported API: true- Returns:
- EPMRepRuleType
- Throws:
WTException
-
getScope
Gets the value of the attribute: scope.
Supported API: true- Returns:
- String[]
- Throws:
WTException
-
getOrder
Gets the value of the attribute: order.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getLevel
Gets the value of the attribute: level.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getStatement
Gets the value of the attribute: statement.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getSubstituteNdID
Gets the value of the attribute: substituteNdID.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getSubstituteRepInfo
Gets the object for the association that plays role: substituteRepInfo.
Supported API: true- Returns:
- EPMNDSubstituteRepInfo
- Throws:
WTException
-