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