wt.epm.ndi
Interface EPMNDFamilyTableColumn

All Known Subinterfaces:
EPMNDFamilyTableAttribute, EPMNDFamilyTableDependency, EPMNDFamilyTableFeature, EPMNDFamilyTableParameter

public interface EPMNDFamilyTableColumn



Supported API: true

Extendable: false


Method Summary
 int getAttribute()
          Gets the value of the attribute: attribute.
 String getName()
          Gets the value of the attribute: name.
 String getTitle()
          Gets the value of the attribute: title.
 int getType()
          Gets the value of the attribute: type.
 

Method Detail

getName

String getName()
               throws WTException
Gets the value of the attribute: name.

Supported API: true

Returns:
String
Throws:
WTException

getType

int getType()
            throws WTException
Gets the value of the attribute: type.

Supported API: true

Returns:
int
Throws:
WTException

getTitle

String getTitle()
                throws WTException
Gets the value of the attribute: title.

Supported API: true

Returns:
String
Throws:
WTException

getAttribute

int getAttribute()
                 throws WTException
Gets the value of the attribute: attribute.

Supported API: true

Returns:
int
Throws:
WTException