Package wt.epm.ndi
Interface EPMNDAttributeDefinition
public interface EPMNDAttributeDefinition
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: accessList.Gets the value of the attribute: baseUnit.Gets the value of the attribute: defName.Gets the value of the attribute: paramName.intGets the value of the attribute: valueType.
-
Method Details
-
getDefName
Gets the value of the attribute: defName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getParamName
Gets the value of the attribute: paramName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getValueType
Gets the value of the attribute: valueType.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getBaseUnit
Gets the value of the attribute: baseUnit.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getAccessList
Gets the value of the attribute: accessList.
Supported API: true- Returns:
- Collection
- Throws:
WTException
-