Package wt.epm.ndi
Interface EPMNDAlternateRepresentation
public interface EPMNDAlternateRepresentation
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the attribute: alternateRepID.intGets the value of the attribute: appAttrs.Gets the object for the association that plays role: definitionRules.intGets the value of the attribute: genAttrs.intGets the value of the attribute: masterRepID.Gets the object for the association that plays role: resultRules.
-
Method Details
-
getAlternateRepID
Gets the value of the attribute: alternateRepID.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getGenAttrs
Gets the value of the attribute: genAttrs.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getAppAttrs
Gets the value of the attribute: appAttrs.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getMasterRepID
Gets the value of the attribute: masterRepID.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getResultRules
Gets the object for the association that plays role: resultRules.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-
getDefinitionRules
Gets the object for the association that plays role: definitionRules.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-