public enum LotlId extends Enum<LotlId>
| Enum Constant and Description |
|---|
EU
EU List of Trusted Lists
|
EU_TC
EU Third Countries AdES List of Trusted Lists (TC AdES LOTL)
|
| Modifier and Type | Method and Description |
|---|---|
static LotlId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LotlId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LotlId EU
public static final LotlId EU_TC
public static LotlId[] values()
for (LotlId c : LotlId.values()) System.out.println(c);
public static LotlId 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