wt.epm.ndi.impl
Class EPMNDFTValueParameterImpl
java.lang.Object
wt.epm.ndi.impl.EPMNDFTValueParameterImpl
- All Implemented Interfaces:
- EPMNDFTValue, EPMNDValue
- public class EPMNDFTValueParameterImpl
- extends Object
- implements EPMNDFTValue
Creates instance of EPMNDFTValue for EPMFamilyTableParameter column.
Supported API: false
Extendable: false
Method Summary |
double |
getDoubleEpsilon()
Gets the value of the attribute: doubleEpsilon. |
int |
getType()
Gets the value of the attribute: TYPE. |
Object |
getValue()
Gets the value of the attribute: value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
private NDICache cache
document
private EPMDocument document
column
private EPMFamilyTableParameter column
EPMNDFTValueParameterImpl
public EPMNDFTValueParameterImpl(NDICache cache,
EPMDocument doc,
EPMFamilyTableColumn column)
getType
public int getType()
throws WTException
- Description copied from interface:
EPMNDFTValue
- Gets the value of the attribute: TYPE.
Supported API: true
- Specified by:
getType
in interface EPMNDFTValue
- Returns:
- int
- Throws:
WTException
getValue
public Object getValue()
throws WTException
- Description copied from interface:
EPMNDValue
- Gets the value of the attribute: value.
Supported API: true
- Specified by:
getValue
in interface EPMNDValue
- Returns:
- Object
- Throws:
WTException
getDoubleEpsilon
public double getDoubleEpsilon()
throws WTException
- Description copied from interface:
EPMNDValue
- Gets the value of the attribute: doubleEpsilon.
Supported API: true
- Specified by:
getDoubleEpsilon
in interface EPMNDValue
- Returns:
- double
- Throws:
WTException