wt.epm.ndi.impl
Class EPMNDFTValueDependencyImpl
java.lang.Object
wt.epm.ndi.impl.EPMNDFTValueDependencyImpl
- All Implemented Interfaces:
- EPMNDFTValue, EPMNDFTValueDep, EPMNDValue
- public class EPMNDFTValueDependencyImpl
- extends Object
- implements EPMNDFTValueDep
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 EPMFamilyTableColumn column
cell
private EPMFamilyTableCellDependency cell
EPMNDFTValueDependencyImpl
public EPMNDFTValueDependencyImpl(NDICache cache,
EPMDocument doc,
EPMFamilyTableColumn column,
EPMFamilyTableCell cell)
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
getUniqueId
public String getUniqueId()
throws WTException
- Description copied from interface:
EPMNDFTValueDep
- Gets the value of the attribute: UNIQUE_ID.
Supported API: true
- Specified by:
getUniqueId
in interface EPMNDFTValueDep
- Returns:
- String
- 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