public enum IncentiveTypeCodeType extends java.lang.Enum<IncentiveTypeCodeType>
Java class for IncentiveTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="IncentiveTypeCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Coupon"/>
<enumeration value="eBayGiftCertificate"/>
<enumeration value="eBayGiftCard"/>
<enumeration value="PayPalRewardVoucher"/>
<enumeration value="MerchantGiftCertificate"/>
<enumeration value="eBayRewardVoucher"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COUPON |
E_BAY_GIFT_CARD |
E_BAY_GIFT_CERTIFICATE |
E_BAY_REWARD_VOUCHER |
MERCHANT_GIFT_CERTIFICATE |
PAY_PAL_REWARD_VOUCHER |
| Modifier and Type | Method and Description |
|---|---|
static IncentiveTypeCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static IncentiveTypeCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncentiveTypeCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncentiveTypeCodeType COUPON
public static final IncentiveTypeCodeType E_BAY_GIFT_CERTIFICATE
public static final IncentiveTypeCodeType E_BAY_GIFT_CARD
public static final IncentiveTypeCodeType PAY_PAL_REWARD_VOUCHER
public static final IncentiveTypeCodeType MERCHANT_GIFT_CERTIFICATE
public static final IncentiveTypeCodeType E_BAY_REWARD_VOUCHER
public static IncentiveTypeCodeType[] values()
for (IncentiveTypeCodeType c : IncentiveTypeCodeType.values()) System.out.println(c);
public static IncentiveTypeCodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static IncentiveTypeCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.