Package wt.epm.ndi
Interface EPMNDReferenceControl
public interface EPMNDReferenceControl
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the attribute: geomRestr.intgetScope()Gets the value of the attribute: scope.intGets the value of the attribute: violRestriction.booleanGets the value of the attribute: geomRestrRecursive.
-
Method Details
-
getGeomRestr
Gets the value of the attribute: geomRestr.
Supported API: true- Returns:
- int
- Throws:
WTException
-
isGeomRestrRecursive
Gets the value of the attribute: geomRestrRecursive.
Supported API: true- Returns:
- boolean
- Throws:
WTException
-
getScope
Gets the value of the attribute: scope.
Supported API: true- Returns:
- int
- Throws:
WTException
-
getViolRestriction
Gets the value of the attribute: violRestriction.
Supported API: true- Returns:
- int
- Throws:
WTException
-