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