protected static enum GCUBEResourceHome.Mode extends Enum<GCUBEResourceHome.Mode>
| Enum Constant and Description |
|---|
CACHEDPERSISTENT |
HARDPERSISTENT |
SOFTPERSISTENT |
TRANSIENT |
| Modifier and Type | Method and Description |
|---|---|
static GCUBEResourceHome.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEResourceHome.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCUBEResourceHome.Mode TRANSIENT
public static final GCUBEResourceHome.Mode SOFTPERSISTENT
public static final GCUBEResourceHome.Mode CACHEDPERSISTENT
public static final GCUBEResourceHome.Mode HARDPERSISTENT
public static GCUBEResourceHome.Mode[] values()
for (GCUBEResourceHome.Mode c : GCUBEResourceHome.Mode.values()) System.out.println(c);
public static GCUBEResourceHome.Mode 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 © 2015. All Rights Reserved.