wt.epm.ndi
Interface EPMNDFamilyTableColumn

All Known Subinterfaces:
EPMNDFamilyTableAttribute, EPMNDFamilyTableDependency, EPMNDFamilyTableDepMember, EPMNDFamilyTableDepReference, EPMNDFamilyTableFeature, EPMNDFamilyTableParameter
All Known Implementing Classes:
EPMNDFamilyTableAttributeImpl, EPMNDFamilyTableColumnImpl, EPMNDFamilyTableDependencyImpl, EPMNDFamilyTableDepMemberImpl, EPMNDFamilyTableDepReferenceImpl, EPMNDFamilyTableFeatureImpl, EPMNDFamilyTableParameterImpl, ProENDFamilyTableAttribute_J03, ProENDFamilyTableColumn_J03, ProENDFamilyTableDependency_J03, ProENDFamilyTableDepMember_J03, ProENDFamilyTableDepReference_J03, ProENDFamilyTableFeature_J03, ProENDFamilyTableParameter_J03

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

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

Supported API: true

Returns:
String
Throws:
WTException

getType

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

Supported API: true

Returns:
int
Throws:
WTException

getTitle

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

Supported API: true

Returns:
String
Throws:
WTException

getAttribute

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

Supported API: true

Returns:
int
Throws:
WTException