wt.epm.ndi
Interface EPMNDAttributeDefinition


public interface EPMNDAttributeDefinition



Supported API: true

Extendable: false


Method Summary
 Collection getAccessList()
          Gets the value of the attribute: accessList.
 String getBaseUnit()
          Gets the value of the attribute: baseUnit.
 String getDefName()
          Gets the value of the attribute: defName.
 String getParamName()
          Gets the value of the attribute: paramName.
 int getValueType()
          Gets the value of the attribute: valueType.
 

Method Detail

getDefName

String getDefName()
                  throws WTException
Gets the value of the attribute: defName.

Supported API: true

Returns:
String
Throws:
WTException

getParamName

String getParamName()
                    throws WTException
Gets the value of the attribute: paramName.

Supported API: true

Returns:
String
Throws:
WTException

getValueType

int getValueType()
                 throws WTException
Gets the value of the attribute: valueType.

Supported API: true

Returns:
int
Throws:
WTException

getBaseUnit

String getBaseUnit()
                   throws WTException
Gets the value of the attribute: baseUnit.

Supported API: true

Returns:
String
Throws:
WTException

getAccessList

Collection getAccessList()
                         throws WTException
Gets the value of the attribute: accessList.

Supported API: true

Returns:
Collection
Throws:
WTException