Package wt.epm.ndi
Interface EPMNDAttributeAccess
public interface EPMNDAttributeAccess
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the attribute: accessLevel.intGets the value of the attribute: application.
-
Method Details
-
getApplication
Gets the value of the attribute: application.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getAccessLevel
Gets the value of the attribute: accessLevel.
Supported API: true- Returns:
- int
- Throws:
WTException
-