wt.epm.ndi.impl
Class EPMNDDateAttributeImpl
java.lang.Object
wt.epm.ndi.impl.EPMNDDateAttributeImpl
- All Implemented Interfaces:
- EPMNDAttribute
- public class EPMNDDateAttributeImpl
- 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 String value
paramName
private String paramName
EPMNDDateAttributeImpl
public EPMNDDateAttributeImpl(AttributeDefDefaultView definition,
String formattedDate)
throws WTException
EPMNDDateAttributeImpl
public EPMNDDateAttributeImpl(AttributeDefDefaultView definition,
String formattedDate,
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