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