wt.epm.ndi.impl
Class EPMNDFTValueDependencyImpl

java.lang.Object
  extended bywt.epm.ndi.impl.EPMNDFTValueDependencyImpl
All Implemented Interfaces:
EPMNDFTValue, EPMNDFTValueDep, EPMNDValue

public class EPMNDFTValueDependencyImpl
extends Object
implements EPMNDFTValueDep


Field Summary
private  NDICache cache
           
private  EPMFamilyTableCellDependency cell
           
private  EPMFamilyTableColumn column
           
private  EPMDocument document
           
 
Fields inherited from interface wt.epm.ndi.EPMNDFTValueDep
UNIQUE_ID
 
Fields inherited from interface wt.epm.ndi.EPMNDFTValue
TYPE
 
Constructor Summary
EPMNDFTValueDependencyImpl(NDICache cache, EPMDocument doc, EPMFamilyTableColumn column, EPMFamilyTableCell cell)
           
 
Method Summary
 double getDoubleEpsilon()
          Gets the value of the attribute: doubleEpsilon.
 int getType()
          Gets the value of the attribute: TYPE.
 String getUniqueId()
          Gets the value of the attribute: UNIQUE_ID.
 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
 

Field Detail

cache

private NDICache cache

document

private EPMDocument document

column

private EPMFamilyTableColumn column

cell

private EPMFamilyTableCellDependency cell
Constructor Detail

EPMNDFTValueDependencyImpl

public EPMNDFTValueDependencyImpl(NDICache cache,
                                  EPMDocument doc,
                                  EPMFamilyTableColumn column,
                                  EPMFamilyTableCell cell)
Method Detail

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