wt.epm.ndi
Interface EPMNDComponent

All Known Implementing Classes:
EPMNDMemberLinkImpl.EPMNDComponentImpl, ProENDComponent_J03

public interface EPMNDComponent



Supported API: true

Extendable: false


Method Summary
 int getId()
          Gets the value of the attribute: id.
 int getLayerIdx()
          Gets the value of the attribute: layerIdx.
 String getName()
          Gets the value of the attribute: name.
 int getNumber()
          Gets the value of the attribute: number.
 int getRevNumber()
          Gets the value of the attribute: revNumber.
 

Method Detail

getId

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

Supported API: true

Returns:
int
Throws:
WTException

getNumber

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

Supported API: true

Returns:
int
Throws:
WTException

getRevNumber

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

Supported API: true

Returns:
int
Throws:
WTException

getName

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

Supported API: true

Returns:
String
Throws:
WTException

getLayerIdx

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

Supported API: true

Returns:
int
Throws:
WTException