OpenMode provides an instantiation mode for DomainObject
implementations and internal storage adapters. Implementation code
may impose restrictions on which modes are supported.
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Creating new domain object.
This mode is generally not supported by DomainObject object constructors since
object creation would generally have a dedicated constructor.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.