public static enum ViewComment.PROPERTY extends Enum<ViewComment.PROPERTY>
| Enum Constant and Description |
|---|
comments
The comment body
|
owner
The owner schema name
|
tableType
|
view
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final ViewComment.PROPERTY owner
public static final ViewComment.PROPERTY comments
public static final ViewComment.PROPERTY tableType
public static final ViewComment.PROPERTY view
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 nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.