public enum IncentiveRequestCodeType extends Enum<IncentiveRequestCodeType>
| Enum Constant and Description |
|---|
INCHECKOUT |
PRECHECKOUT |
| Modifier and Type | Method and Description |
|---|---|
static IncentiveRequestCodeType |
fromValue(String v) |
String |
getValue() |
static IncentiveRequestCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncentiveRequestCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncentiveRequestCodeType INCHECKOUT
public static final IncentiveRequestCodeType PRECHECKOUT
public static IncentiveRequestCodeType[] values()
for (IncentiveRequestCodeType c : IncentiveRequestCodeType.values()) System.out.println(c);
public static IncentiveRequestCodeType 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 getValue()
public static IncentiveRequestCodeType fromValue(String v)
Copyright © 2017. All Rights Reserved.