Package wt.epm.ndi
Interface EPMNDResultRule
- All Superinterfaces:
EPMNDObject
- All Known Subinterfaces:
EPMNDResultRuleExt
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: actionType.intgetAttrs()Gets the value of the attribute: attrs.EPMNDId[]Gets the value of the attribute: refDesPath.Gets the value of the attribute: representationType.intgetSetBy()Gets the value of the attribute: setBy.EPMNDId[]Gets the value of the attribute: substituteCompID.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
-
getRefDesPath
Gets the value of the attribute: refDesPath.
Supported API: true- Returns:
- EPMNDId[]
- Throws:
WTException
-
getSetBy
Gets the value of the attribute: setBy.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getAttrs
Gets the value of the attribute: attrs.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getSubstitutePath
Gets the value of the attribute: substituteCompID.
Supported API: true- Returns:
- EPMNDId[]
- Throws:
WTException
-
getSubstituteRepInfo
Gets the object for the association that plays role: substituteRepInfo.
Supported API: true- Returns:
- EPMNDSubstituteRepInfo
- Throws:
WTException
-