public enum LightblueMigrationFeatures extends Enum<LightblueMigrationFeatures> implements org.togglz.core.Feature
| Enum Constant and Description |
|---|
CHECK_READ_CONSISTENCY |
CHECK_WRITE_CONSISTENCY |
READ_DESTINATION_ENTITY |
READ_SOURCE_ENTITY |
WRITE_DESTINATION_ENTITY |
WRITE_SOURCE_ENTITY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive() |
static LightblueMigrationFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LightblueMigrationFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightblueMigrationFeatures READ_SOURCE_ENTITY
public static final LightblueMigrationFeatures WRITE_SOURCE_ENTITY
public static final LightblueMigrationFeatures READ_DESTINATION_ENTITY
public static final LightblueMigrationFeatures WRITE_DESTINATION_ENTITY
public static final LightblueMigrationFeatures CHECK_READ_CONSISTENCY
public static final LightblueMigrationFeatures CHECK_WRITE_CONSISTENCY
public static LightblueMigrationFeatures[] values()
for (LightblueMigrationFeatures c : LightblueMigrationFeatures.values()) System.out.println(c);
public static LightblueMigrationFeatures 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 boolean isActive()
Copyright © 2016. All rights reserved.