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