5.3.12.1 Object
This is a type which may be defined.
Fields of the type object must define the following:
- An Editor Class. This contains the fully qualified path to an editor which takes care of the input to the field. More information on the editor class is available in Table 24.
- A Value Class. This contains the fully qualified path to a class that defines the Java type associated with the field.
- A Value Class Factory. The defined value factory must implement the ValueClassFactory interface. The value class factory interface may be found at ericsson.ere.datatype.interfaces.ValueClassFactory.