Package wt.epm.ndi
Interface EPMNDComponent
public interface EPMNDComponent
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the attribute: id.intGets the value of the attribute: layerIdx.Gets the value of the attribute: modelItemOwnerId.Gets the value of the attribute: modelItemOwnerType.getName()Gets the value of the attribute: name.intGets the value of the attribute: number.intGets the value of the attribute: revNumber.
-
Method Details
-
getId
Gets the value of the attribute: id.
Supported API: true- Returns:
- EPMNDId
- Throws:
WTException
-
getNumber
Gets the value of the attribute: number.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getRevNumber
Gets the value of the attribute: revNumber.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getName
Gets the value of the attribute: name.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getLayerIdx
Gets the value of the attribute: layerIdx.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getModelItemOwnerId
Gets the value of the attribute: modelItemOwnerId.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getModelItemOwnerType
Gets the value of the attribute: modelItemOwnerType.
Supported API: true- Returns:
- ModelItemType
- Throws:
WTException
-