urn.ebay.apis.eBLBaseComponents
Enum ButtonTypeType
java.lang.Object
java.lang.Enum<ButtonTypeType>
urn.ebay.apis.eBLBaseComponents.ButtonTypeType
- All Implemented Interfaces:
- Serializable, Comparable<ButtonTypeType>
public enum ButtonTypeType
- extends Enum<ButtonTypeType>
Types of buttons
BUYNOW
public static final ButtonTypeType BUYNOW
CART
public static final ButtonTypeType CART
GIFTCERTIFICATE
public static final ButtonTypeType GIFTCERTIFICATE
SUBSCRIBE
public static final ButtonTypeType SUBSCRIBE
DONATE
public static final ButtonTypeType DONATE
UNSUBSCRIBE
public static final ButtonTypeType UNSUBSCRIBE
VIEWCART
public static final ButtonTypeType VIEWCART
PAYMENTPLAN
public static final ButtonTypeType PAYMENTPLAN
AUTOBILLING
public static final ButtonTypeType AUTOBILLING
PAYMENT
public static final ButtonTypeType PAYMENT
values
public static ButtonTypeType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ButtonTypeType c : ButtonTypeType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ButtonTypeType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getValue
public String getValue()
fromValue
public static ButtonTypeType fromValue(String v)
Copyright © 2012. All Rights Reserved.