public static enum UserCollectionMigration.Step extends Enum<UserCollectionMigration.Step>
Enum Constant and Description |
---|
CheckValidity |
CreateUsersAndDevices |
DestroyUserAndDevices |
ResetDevices |
Modifier and Type | Method and Description |
---|---|
static UserCollectionMigration.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCollectionMigration.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserCollectionMigration.Step CheckValidity
public static final UserCollectionMigration.Step DestroyUserAndDevices
public static final UserCollectionMigration.Step ResetDevices
public static final UserCollectionMigration.Step CreateUsersAndDevices
public static UserCollectionMigration.Step[] values()
for (UserCollectionMigration.Step c : UserCollectionMigration.Step.values()) System.out.println(c);
public static UserCollectionMigration.Step 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 © 2017 ECG. All rights reserved.