public static enum StaticSecuritySpec.UserPrincipalCase extends java.lang.Enum<StaticSecuritySpec.UserPrincipalCase>
Enum Constant and Description |
---|
LOWER_CASE |
NORMAL_CASE |
UPPER_CASE |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static StaticSecuritySpec.UserPrincipalCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticSecuritySpec.UserPrincipalCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticSecuritySpec.UserPrincipalCase NORMAL_CASE
public static final StaticSecuritySpec.UserPrincipalCase LOWER_CASE
public static final StaticSecuritySpec.UserPrincipalCase UPPER_CASE
public static StaticSecuritySpec.UserPrincipalCase[] values()
for (StaticSecuritySpec.UserPrincipalCase c : StaticSecuritySpec.UserPrincipalCase.values()) System.out.println(c);
public static StaticSecuritySpec.UserPrincipalCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()