public static enum PersonalAttribute.Status extends Enum<PersonalAttribute.Status>
Enum Constant and Description |
---|
AVAILABLE
Attribute is Available.
|
NOT_AVAILABLE
Attribute is NotAvailable.
|
Modifier and Type | Method and Description |
---|---|
static PersonalAttribute.Status |
fromString(String val) |
String |
getValue() |
static eu.eidas.auth.commons.lang.EnumMapper<String,PersonalAttribute.Status> |
mapper() |
String |
toString() |
static PersonalAttribute.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonalAttribute.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersonalAttribute.Status AVAILABLE
public static final PersonalAttribute.Status NOT_AVAILABLE
public static PersonalAttribute.Status[] values()
for (PersonalAttribute.Status c : PersonalAttribute.Status.values()) System.out.println(c);
public static PersonalAttribute.Status 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 null@Nullable public static PersonalAttribute.Status fromString(@Nonnull String val)
public static eu.eidas.auth.commons.lang.EnumMapper<String,PersonalAttribute.Status> mapper()
@Nonnull public String toString()
toString
in class Enum<PersonalAttribute.Status>
Copyright © 2020. All Rights Reserved.