public enum MigrateOnErrorOptions extends Enum<MigrateOnErrorOptions>
Modifier and Type | Method and Description |
---|---|
static MigrateOnErrorOptions |
forValue(int value) |
int |
getValue() |
static MigrateOnErrorOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrateOnErrorOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrateOnErrorOptions NO
public static final MigrateOnErrorOptions YES
public static final MigrateOnErrorOptions HA_ONLY
public static MigrateOnErrorOptions[] values()
for (MigrateOnErrorOptions c : MigrateOnErrorOptions.values()) System.out.println(c);
public static MigrateOnErrorOptions 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 nullpublic int getValue()
public static MigrateOnErrorOptions forValue(int value)
Copyright © 2012. All Rights Reserved.