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