public static enum SchemaChange.Move.MoveType extends Enum<SchemaChange.Move.MoveType>
| Modifier and Type | Method and Description |
|---|---|
static SchemaChange.Move.MoveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaChange.Move.MoveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaChange.Move.MoveType FIRST
public static final SchemaChange.Move.MoveType AFTER
public static final SchemaChange.Move.MoveType BEFORE
public static final SchemaChange.Move.MoveType LAST
public static SchemaChange.Move.MoveType[] values()
for (SchemaChange.Move.MoveType c : SchemaChange.Move.MoveType.values()) System.out.println(c);
public static SchemaChange.Move.MoveType 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 © 2023–2024 The Apache Software Foundation. All rights reserved.