|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Table.PROPERTY>
org.plasma.provisioning.rdb.oracle.g11.sys.Table.PROPERTY
public static enum Table.PROPERTY
The declared logical property names for this Type.
| Enum Constant Summary | |
|---|---|
constraint
Represents the logical Property constraint which is part of the Type Table. |
|
owner
The schema owner |
|
tableColumn
Represents the logical Property tableColumn which is part of the Type Table. |
|
tableColumnComment
Represents the logical Property tableColumnComment which is part of the Type Table. |
|
tableColumnConstraint
Represents the logical Property tableColumnConstraint which is part of the Type Table. |
|
tableComment
Represents the logical Property tableComment which is part of the Type Table. |
|
tableName
The table physical names |
|
| Method Summary | |
|---|---|
static Table.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Table.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Table.PROPERTY owner
public static final Table.PROPERTY tableName
public static final Table.PROPERTY tableColumn
public static final Table.PROPERTY constraint
public static final Table.PROPERTY tableColumnConstraint
public static final Table.PROPERTY tableColumnComment
public static final Table.PROPERTY tableComment
| Method Detail |
|---|
public static Table.PROPERTY[] values()
for (Table.PROPERTY c : Table.PROPERTY.values()) System.out.println(c);
public static Table.PROPERTY valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||