public static enum View.PROPERTY extends Enum<View.PROPERTY>
| Enum Constant and Description |
|---|
isUpdatable
|
owner
|
table
|
tableComment
|
viewDefinition
|
| 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 tableComment
public static final View.PROPERTY isUpdatable
public static final View.PROPERTY viewDefinition
public static final View.PROPERTY table
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.