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