public enum Xs2aAuthorisationStartType extends Enum<Xs2aAuthorisationStartType>
| Modifier and Type | Method and Description |
|---|---|
static Xs2aAuthorisationStartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xs2aAuthorisationStartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xs2aAuthorisationStartType EXPLICIT
public static final Xs2aAuthorisationStartType IMPLICIT
public static Xs2aAuthorisationStartType[] values()
for (Xs2aAuthorisationStartType c : Xs2aAuthorisationStartType.values()) System.out.println(c);
public static Xs2aAuthorisationStartType 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 nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.