urn.ebay.apis.eBLBaseComponents
Enum ButtonTypeType

java.lang.Object
  extended by java.lang.Enum<ButtonTypeType>
      extended by urn.ebay.apis.eBLBaseComponents.ButtonTypeType
All Implemented Interfaces:
Serializable, Comparable<ButtonTypeType>

public enum ButtonTypeType
extends Enum<ButtonTypeType>

Types of buttons


Enum Constant Summary
AUTOBILLING
           
BUYNOW
           
CART
           
DONATE
           
GIFTCERTIFICATE
           
PAYMENT
           
PAYMENTPLAN
           
SUBSCRIBE
           
UNSUBSCRIBE
           
VIEWCART
           
 
Method Summary
static ButtonTypeType fromValue(String v)
           
 String getValue()
           
static ButtonTypeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ButtonTypeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2013. All Rights Reserved.