public enum EStorageType extends Enum<EStorageType>
Enum Constant and Description |
---|
stBufferPool |
stEncrypt |
stFlashCache |
stFreelistGroups |
stFreelists |
stInitial |
stMaxExtents |
stMaxsize |
stMinExtents |
stNext |
stOptimal |
stPctIncrease |
Modifier and Type | Method and Description |
---|---|
static EStorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EStorageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EStorageType stInitial
public static final EStorageType stNext
public static final EStorageType stMinExtents
public static final EStorageType stMaxExtents
public static final EStorageType stMaxsize
public static final EStorageType stPctIncrease
public static final EStorageType stFreelists
public static final EStorageType stFreelistGroups
public static final EStorageType stOptimal
public static final EStorageType stBufferPool
public static final EStorageType stFlashCache
public static final EStorageType stEncrypt
public static EStorageType[] values()
for (EStorageType c : EStorageType.values()) System.out.println(c);
public static EStorageType 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 null