public enum NotifiedLevelOfAssurance extends Enum<NotifiedLevelOfAssurance>
Enum Constant and Description |
---|
HIGH |
LOW |
SUBSTANTIAL |
Modifier and Type | Method and Description |
---|---|
static NotifiedLevelOfAssurance |
fromNumeric(int numericValue) |
static NotifiedLevelOfAssurance |
fromString(String val) |
List<NotifiedLevelOfAssurance> |
getHigherLevelsOfAssurance() |
static NotifiedLevelOfAssurance |
getLevel(String val) |
String |
getValue() |
int |
numericValue() |
String |
stringValue() |
String |
toString() |
static eu.eidas.auth.commons.lang.EnumMapper<String,NotifiedLevelOfAssurance> |
uriMapper() |
static NotifiedLevelOfAssurance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifiedLevelOfAssurance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifiedLevelOfAssurance LOW
public static final NotifiedLevelOfAssurance SUBSTANTIAL
public static final NotifiedLevelOfAssurance HIGH
public static NotifiedLevelOfAssurance[] values()
for (NotifiedLevelOfAssurance c : NotifiedLevelOfAssurance.values()) System.out.println(c);
public static NotifiedLevelOfAssurance 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 NotifiedLevelOfAssurance fromString(@Nonnull String val)
@Nullable public static NotifiedLevelOfAssurance fromNumeric(int numericValue)
@Nullable public static NotifiedLevelOfAssurance getLevel(@Nonnull String val)
public static eu.eidas.auth.commons.lang.EnumMapper<String,NotifiedLevelOfAssurance> uriMapper()
public int numericValue()
public String toString()
toString
in class Enum<NotifiedLevelOfAssurance>
@Nonnull public List<NotifiedLevelOfAssurance> getHigherLevelsOfAssurance()
Copyright © 2020. All Rights Reserved.