public static enum AurParameter.Session extends java.lang.Enum<AurParameter.Session>
Modifier and Type | Method and Description |
---|---|
static AurParameter.Session |
getSession(Session data) |
Session |
getValue() |
static AurParameter.Session |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AurParameter.Session[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AurParameter.Session S0
public static final AurParameter.Session S1
public static final AurParameter.Session S2
public static final AurParameter.Session S3
public static AurParameter.Session[] values()
for (AurParameter.Session c : AurParameter.Session.values()) System.out.println(c);
public static AurParameter.Session valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic Session getValue()
public static AurParameter.Session getSession(Session data) throws ErrorParameterException
ErrorParameterException