public static enum Application.EnumSessionType extends Enum<Application.EnumSessionType>
| Enum Constant and Description |
|---|
VALUE_ATTACHMENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Application.EnumSessionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumSessionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumSessionType VALUE_ATTACHMENT
public static Application.EnumSessionType[] values()
for (Application.EnumSessionType c : Application.EnumSessionType.values()) System.out.println(c);
public static Application.EnumSessionType 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 nullpublic String toString()
toString in class Enum<Application.EnumSessionType>Copyright © 2020. All rights reserved.