wt.epm.ndi.impl
Class EPMNDDateAttributeImpl.EPMNDValueImpl

java.lang.Object
  extended bywt.epm.ndi.impl.EPMNDDateAttributeImpl.EPMNDValueImpl
All Implemented Interfaces:
EPMNDValue
Enclosing class:
EPMNDDateAttributeImpl

class EPMNDDateAttributeImpl.EPMNDValueImpl
extends Object
implements EPMNDValue


Constructor Summary
(package private) EPMNDDateAttributeImpl.EPMNDValueImpl()
           
 
Method Summary
 double getDoubleEpsilon()
          Gets doubleEpsilon.
 int getType()
          Gets Attribute type.
 Object getValue()
          Gets attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPMNDDateAttributeImpl.EPMNDValueImpl

EPMNDDateAttributeImpl.EPMNDValueImpl()
Method Detail

getType

public int getType()
            throws WTException
Gets Attribute type.

Throws:
WTException

getValue

public Object getValue()
                throws WTException
Gets attribute value.

Specified by:
getValue in interface EPMNDValue
Returns:
Object
Throws:
WTException

getDoubleEpsilon

public double getDoubleEpsilon()
                        throws WTException
Gets doubleEpsilon.

Specified by:
getDoubleEpsilon in interface EPMNDValue
Returns:
double
Throws:
WTException