public static enum TableColumnConstraint.PROPERTY extends Enum<TableColumnConstraint.PROPERTY>
| Modifier and Type | Method and Description |
|---|---|
static TableColumnConstraint.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableColumnConstraint.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableColumnConstraint.PROPERTY owner
public static final TableColumnConstraint.PROPERTY name
public static final TableColumnConstraint.PROPERTY table
public static TableColumnConstraint.PROPERTY[] values()
for (TableColumnConstraint.PROPERTY c : TableColumnConstraint.PROPERTY.values()) System.out.println(c);
public static TableColumnConstraint.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.