wt.epm.ndi.impl
Class EPMNDAttributeImpl
java.lang.Object
wt.epm.ndi.impl.EPMNDAttributeImpl
- All Implemented Interfaces:
- EPMNDAttribute
- public class EPMNDAttributeImpl
- extends Object
- implements EPMNDAttribute
Constructs EPNNDAttribute from persistant IBAHolder.
Uses cache in EPMNeutralData to fetch attributes of IBAHolders together.
Supported API: false
Extendable: false
definition
private AttributeDefDefaultView definition
value
private AbstractValueView value
paramName
private String paramName
EPMNDAttributeImpl
public EPMNDAttributeImpl(AttributeDefDefaultView definition,
AbstractValueView value)
throws WTException
EPMNDAttributeImpl
public EPMNDAttributeImpl(AttributeDefDefaultView definition,
AbstractValueView value,
String paramName)
throws WTException
toString
public String toString()
getAttributeValue
public EPMNDValue getAttributeValue()
throws WTException
- Get Attribute value
- Specified by:
getAttributeValue
in interface EPMNDAttribute
- Returns:
- EPMNDValue
- Throws:
WTException
getDefinition
public EPMNDAttributeDefinition getDefinition()
throws WTException
- Get Definition
- Specified by:
getDefinition
in interface EPMNDAttribute
- Returns:
- EPMNDAttributeDefinition
- Throws:
WTException