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