public static enum View.PROPERTY extends Enum<View.PROPERTY>
| Enum Constant and Description |
|---|
editioningView
|
oidText
|
oidTextLength
|
owner
|
readOnly
|
superviewName
|
text
|
textLength
|
typeText
|
typeTextLength
|
viewColumn
|
viewColumnComment
|
viewComment
|
viewName
|
viewType
|
viewTypeOwner
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.