Package wt.epm.ndi
Interface EPMNDSubstituteRepInfo
public interface EPMNDSubstituteRepInfo
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the attribute: stateID.Gets the value of the attribute: stateName.intgetType()Gets the value of the attribute: type.
-
Method Details
-
getStateID
Gets the value of the attribute: stateID.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getStateName
Gets the value of the attribute: stateName.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getType
Gets the value of the attribute: type.
Supported API: true- Returns:
- int
- Throws:
WTException
-