wt.epm.ndi.impl
Class NDIAttributeHelper

java.lang.Object
  extended bywt.epm.ndi.impl.NDIAttributeHelper

class NDIAttributeHelper
extends Object

Helper class for IBA related methods. Supported API: false Extendable: false


Constructor Summary
(package private) NDIAttributeHelper()
           
 
Method Summary
static int getAttributeType(Class cls)
          Returns EPMNDConst.type of attribute based on Attribute value or definition
static double getPrecision(AbstractValueView value)
           
static Object getValue(AbstractValueView attributeValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NDIAttributeHelper

NDIAttributeHelper()
Method Detail

getAttributeType

public static int getAttributeType(Class cls)
                            throws WTException
Returns EPMNDConst.type of attribute based on Attribute value or definition

Throws:
WTException

getValue

public static Object getValue(AbstractValueView attributeValue)
                       throws WTException
Throws:
WTException

getPrecision

public static double getPrecision(AbstractValueView value)