public static enum Tablespace.TablespaceType extends java.lang.Enum<Tablespace.TablespaceType>
AbstractBuildableObject.getProperties() etc ) under the Tablespace.TABLESPACE_TYPE_KEY.| Modifier and Type | Method and Description |
|---|---|
static Tablespace.TablespaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tablespace.TablespaceType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final Tablespace.TablespaceType PERMANENT
public static final Tablespace.TablespaceType TEMPORARY
public static final Tablespace.TablespaceType UNDO
public static Tablespace.TablespaceType[] values()
for (Tablespace.TablespaceType c : Tablespace.TablespaceType.values())
System.out.println(c);
public static Tablespace.TablespaceType 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