Uses of Interface
omix.lang.reflect.Field
Package | Description |
---|---|
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
-
Uses of Field in omix.lang.reflect
Methods in omix.lang.reflect that return Field Modifier and Type Method Description Field
OVLEnvironment. getField(Object object, String fieldName)
This method returns the OVL field of an object.Field
OVLEnvironment. getField(String namespace, Object object, String fieldName)
This method returns the OVL field of an object.