|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<View.PROPERTY>
org.plasma.provisioning.rdb.oracle.g11.sys.View.PROPERTY
public static enum View.PROPERTY
The declared logical property names for this Type.
| Enum Constant Summary | |
|---|---|
editioningView
Represents the logical Property editioningView which is part of the Type View. |
|
oidText
Represents the logical Property oidText which is part of the Type View. |
|
oidTextLength
Represents the logical Property oidTextLength which is part of the Type View. |
|
owner
Represents the logical Property owner which is part of the Type View. |
|
readOnly
Represents the logical Property readOnly which is part of the Type View. |
|
superviewName
Represents the logical Property superviewName which is part of the Type View. |
|
text
Represents the logical Property text which is part of the Type View. |
|
textLength
Represents the logical Property textLength which is part of the Type View. |
|
typeText
Represents the logical Property typeText which is part of the Type View. |
|
typeTextLength
Represents the logical Property typeTextLength which is part of the Type View. |
|
viewColumn
Represents the logical Property viewColumn which is part of the Type View. |
|
viewColumnComment
Represents the logical Property viewColumnComment which is part of the Type View. |
|
viewComment
Represents the logical Property viewComment which is part of the Type View. |
|
viewName
Represents the logical Property viewName which is part of the Type View. |
|
viewType
Represents the logical Property viewType which is part of the Type View. |
|
viewTypeOwner
Represents the logical Property viewTypeOwner which is part of the Type View. |
|
| Method Summary | |
|---|---|
static View.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static View.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 View.PROPERTY owner
public static final View.PROPERTY viewName
public static final View.PROPERTY textLength
public static final View.PROPERTY text
public static final View.PROPERTY typeTextLength
public static final View.PROPERTY typeText
public static final View.PROPERTY oidTextLength
public static final View.PROPERTY oidText
public static final View.PROPERTY viewTypeOwner
public static final View.PROPERTY viewType
public static final View.PROPERTY superviewName
public static final View.PROPERTY editioningView
public static final View.PROPERTY readOnly
public static final View.PROPERTY viewColumn
public static final View.PROPERTY viewComment
public static final View.PROPERTY viewColumnComment
| Method Detail |
|---|
public static View.PROPERTY[] values()
for (View.PROPERTY c : View.PROPERTY.values()) System.out.println(c);
public static View.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 | |||||||||