wt.epm.ndi
Interface EPMNDAttributeDefinition

All Known Implementing Classes:
EPMNDAttributeImpl.EPMNDAttributeDefinitionImpl, EPMNDDateAttributeImpl.EPMNDAttributeDefinitionImpl, EPMNDFamilyTableAttributeImpl.EPMNDAttributeDefinitionImpl, ProENDParam_J01, ProENDParam_J03

public interface EPMNDAttributeDefinition



Supported API: true

Extendable: false


Method Summary
 String getDefName()
          Gets the value of the attribute: defName.
 String getParamName()
          Gets the value of the attribute: paramName.
 int getValueType()
          Gets the value of the attribute: valueType.
 

Method Detail

getDefName

public String getDefName()
                  throws WTException
Gets the value of the attribute: defName.

Supported API: true

Returns:
String
Throws:
WTException

getParamName

public String getParamName()
                    throws WTException
Gets the value of the attribute: paramName.

Supported API: true

Returns:
String
Throws:
WTException

getValueType

public int getValueType()
                 throws WTException
Gets the value of the attribute: valueType.

Supported API: true

Returns:
int
Throws:
WTException