- ObjectFactory - Class in no.g9.support
-
Utility class facilitating the creation of new objects using reflection.
- ObjectSelection - Class in no.g9.support
-
Instances of the class holds data for one object selection and points out the
root of interest and the role to operate on.
- ObjectSelection(Object, String, String, String, String) - Constructor for class no.g9.support.ObjectSelection
-
The constructor to use when instantiating a completed ObjectSelection
object.
- ObjectSelection(String, String, String, String) - Constructor for class no.g9.support.ObjectSelection
-
The constructor to use when instantiating a partially completed
ObjectSelection object.
- ObjectSelection() - Constructor for class no.g9.support.ObjectSelection
-
Create an empty ObjectSelection.
- originalException - Variable in exception no.g9.exception.GeneralException
-
the original exception
- OSConstant - Interface in no.g9.os
-
A common interface for RoleConstant and AttributeConstant.
- OSConvertContext - Class in no.g9.support.convert
-
A context for a value convertion.
- OSConvertContext(String, String, String, Object) - Constructor for class no.g9.support.convert.OSConvertContext
-
Constructs a new ConvertContext using the input parameters.
- OSRole<T> - Interface in no.g9.os
-
Representation of a node in the object selection.