|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ViewComment.PROPERTY>
org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment.PROPERTY
public static enum ViewComment.PROPERTY
The declared logical property names for this Type.
| Enum Constant Summary | |
|---|---|
comments
The comment body |
|
owner
The owner schema name |
|
tableType
Represents the logical Property tableType which is part of the Type ViewComment. |
|
view
Represents the logical Property view which is part of the Type ViewComment. |
|
| Method Summary | |
|---|---|
static ViewComment.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViewComment.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 ViewComment.PROPERTY owner
public static final ViewComment.PROPERTY comments
public static final ViewComment.PROPERTY tableType
public static final ViewComment.PROPERTY view
| Method Detail |
|---|
public static ViewComment.PROPERTY[] values()
for (ViewComment.PROPERTY c : ViewComment.PROPERTY.values()) System.out.println(c);
public static ViewComment.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 | |||||||||