public enum UserConfigurationType extends Enum<UserConfigurationType>
Modifier and Type | Method and Description |
---|---|
static UserConfigurationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserConfigurationType HIBERNATE
public static final UserConfigurationType CLOUD
public static final UserConfigurationType CROWD
public static final UserConfigurationType CUSTOM
public static UserConfigurationType[] values()
for (UserConfigurationType c : UserConfigurationType.values()) System.out.println(c);
public static UserConfigurationType 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 Atlassian Software Systems Pty Ltd. All rights reserved.