public static enum GroupImport.Step extends Enum<GroupImport.Step>
Modifier and Type | Method and Description |
---|---|
static GroupImport.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupImport.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupImport.Step CheckValidity
public static final GroupImport.Step CreateGroup
public static final GroupImport.Step AuthorizeServices
public static final GroupImport.Step TransformDeviceSettings
public static final GroupImport.Step AddDevices
public static final GroupImport.Step AddUsers
public static final GroupImport.Step AssignDeviceUsers
public static final GroupImport.Step TransformUserSettings
public static final GroupImport.Step AddGroupServices
public static final GroupImport.Step AddPreUserGroupSettings
public static final GroupImport.Step AddPostUserGroupSettings
public static final GroupImport.Step AddUserServiceSettings
public static final GroupImport.Step AddTimesTenSettings
public static final GroupImport.Step AddServiceInstances
public static final GroupImport.Step AddPhoneNumbers
public static GroupImport.Step[] values()
for (GroupImport.Step c : GroupImport.Step.values()) System.out.println(c);
public static GroupImport.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 © 2016. All rights reserved.