wt.epm.ndi
Interface EPMNDAttribute

All Known Implementing Classes:
EPMNDAttributeImpl, EPMNDDateAttributeImpl, ProENDParam_J01, ProENDParam_J03

public interface EPMNDAttribute



Supported API: true

Extendable: false


Field Summary
static String ATTRIBUTE_VALUE
          Label for the attribute.
static String DEFINITION
          Label for the attribute.
 
Method Summary
 EPMNDValue getAttributeValue()
          Gets the object for the association that plays role: ATTRIBUTE_VALUE.
 EPMNDAttributeDefinition getDefinition()
          Gets the object for the association that plays role: DEFINITION.
 

Field Detail

ATTRIBUTE_VALUE

public static final String ATTRIBUTE_VALUE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

DEFINITION

public static final String DEFINITION
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getAttributeValue

public EPMNDValue getAttributeValue()
                             throws WTException
Gets the object for the association that plays role: ATTRIBUTE_VALUE.

Supported API: true

Returns:
EPMNDValue
Throws:
WTException

getDefinition

public EPMNDAttributeDefinition getDefinition()
                                       throws WTException
Gets the object for the association that plays role: DEFINITION.

Supported API: true

Returns:
EPMNDAttributeDefinition
Throws:
WTException