- All Known Subinterfaces:
OVLObject
public interface OVLObject
-
Method Summary
Modifier and Type |
Method |
Description |
boolean |
fieldExists(String fieldName) |
|
Field |
getField(String fieldName) |
Returns the field of the submitted network object defined in the document embedded OVL script.
|
-
Method Details
-
boolean fieldExists(
String fieldName)
-
Returns the field of the submitted network object defined in the document embedded OVL script.
- Parameters:
fieldName
-
- Returns:
- reference object representing the field
- Throws:
IllegalAccessException
- if field is protected
NoSuchFieldException
- if field does not exist