public static enum ResultMessage.SchemaChange.Change extends Enum<ResultMessage.SchemaChange.Change>
| Modifier and Type | Method and Description |
|---|---|
static ResultMessage.SchemaChange.Change |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultMessage.SchemaChange.Change[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultMessage.SchemaChange.Change CREATED
public static final ResultMessage.SchemaChange.Change UPDATED
public static final ResultMessage.SchemaChange.Change DROPPED
public static ResultMessage.SchemaChange.Change[] values()
for (ResultMessage.SchemaChange.Change c : ResultMessage.SchemaChange.Change.values()) System.out.println(c);
public static ResultMessage.SchemaChange.Change 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 © 2013. All Rights Reserved.