public enum SpaceDocumentSupport extends Enum<SpaceDocumentSupport>
SpaceDocument
.Enum Constant and Description |
---|
CONVERT
Object is converted to/from space document, according to the operation's context.
|
COPY
Object reference is copied as-is - no conversion is performed.
|
DEFAULT
Space document support will be determined automatically according to the object's class.
|
Modifier and Type | Method and Description |
---|---|
static SpaceDocumentSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceDocumentSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceDocumentSupport DEFAULT
public static final SpaceDocumentSupport COPY
public static final SpaceDocumentSupport CONVERT
public static SpaceDocumentSupport[] values()
for (SpaceDocumentSupport c : SpaceDocumentSupport.values()) System.out.println(c);
public static SpaceDocumentSupport valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © GigaSpaces.