public enum SpaceType extends Enum<SpaceType>
Enum Constant and Description |
---|
EMBEDDED |
LOCAL_CACHE |
LOCAL_VIEW |
REMOTE |
Modifier and Type | Method and Description |
---|---|
static SpaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceType EMBEDDED
public static final SpaceType LOCAL_CACHE
public static final SpaceType LOCAL_VIEW
public static final SpaceType REMOTE
public static SpaceType[] values()
for (SpaceType c : SpaceType.values()) System.out.println(c);
public static SpaceType 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.