|
||||||||||
| 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.mysql.v5_5.Table.PROPERTY
public static enum Table.PROPERTY
The declared logical property names for this Type.
| Enum Constant Summary | |
|---|---|
autoIncrement
Represents the logical Property autoIncrement which is part of the Type Table. |
|
owner
Represents the logical Property owner which is part of the Type Table. |
|
tableColumn
Represents the logical Property tableColumn which is part of the Type Table. |
|
tableColumnConstraint
Represents the logical Property tableColumnConstraint which is part of the Type Table. |
|
tableColumnKeyUsage
Represents the logical Property tableColumnKeyUsage which is part of the Type Table. |
|
tableComment
Represents the logical Property tableComment which is part of the Type Table. |
|
tableConstraint
Represents the logical Property tableConstraint which is part of the Type Table. |
|
tableName
Represents the logical Property tableName which is part of the Type Table. |
|
tableType
Represents the logical Property tableType which is part of the Type Table. |
|
view
Represents the logical Property view which is part of the Type Table. |
|
| 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 autoIncrement
public static final Table.PROPERTY tableColumnConstraint
public static final Table.PROPERTY tableConstraint
public static final Table.PROPERTY tableColumnKeyUsage
public static final Table.PROPERTY tableColumn
public static final Table.PROPERTY tableComment
public static final Table.PROPERTY tableType
public static final Table.PROPERTY view
| 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 | |||||||||