public static enum OracleStorageProperties.BufferModes extends java.lang.Enum<OracleStorageProperties.BufferModes>
Modifier and Type | Method and Description |
---|---|
static OracleStorageProperties.BufferModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleStorageProperties.BufferModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleStorageProperties.BufferModes DEFAULT
public static final OracleStorageProperties.BufferModes KEEP
public static final OracleStorageProperties.BufferModes RECYCLE
public static OracleStorageProperties.BufferModes[] values()
for (OracleStorageProperties.BufferModes c : OracleStorageProperties.BufferModes.values()) System.out.println(c);
public static OracleStorageProperties.BufferModes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null