wt.epm.ndi
Interface EPMNDValue

All Known Subinterfaces:
EPMNDFTValue, EPMNDFTValueDep, EPMNDFTValueExt

public interface EPMNDValue



Supported API: true

Extendable: false


Method Summary
 String getDescription()
          Gets the value of the attribute: description.
 double getDoubleEpsilon()
          Gets the value of the attribute: doubleEpsilon.
 Object getValue()
          Gets the value of the attribute: value.
 String getValueUnit()
          Gets the value of the attribute: valueUnit.
 

Method Detail

getValue

Object getValue()
                throws WTException
Gets the value of the attribute: value.

Supported API: true

Returns:
Object
Throws:
WTException

getDoubleEpsilon

double getDoubleEpsilon()
                        throws WTException
Gets the value of the attribute: doubleEpsilon.

Supported API: true

Returns:
double
Throws:
WTException

getDescription

String getDescription()
                      throws WTException
Gets the value of the attribute: description.

Supported API: true

Returns:
String
Throws:
WTException

getValueUnit

String getValueUnit()
                    throws WTException
Gets the value of the attribute: valueUnit.

Supported API: true

Returns:
String
Throws:
WTException