- All Superinterfaces:
OVLObject
public interface OVLObject extends OVLObject
-
Method Summary
Modifier and Type Method Description Field
getField(String fieldName)
Returns the field of the submitted network object defined in the document embedded OVL script.OVLObject
toReadOnly()
-
Method Details
-
toReadOnly
OVLObject toReadOnly() -
getField
Returns the field of the submitted network object defined in the document embedded OVL script.- Specified by:
getField
in interfaceOVLObject
- Parameters:
fieldName
-- Returns:
- reference object representing the field
- Throws:
IllegalAccessException
- if field is protectedNoSuchFieldException
- if field does not exist
-