public final enum

ButtonTypeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.ButtonTypeType

Class Overview

Java class for ButtonTypeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ButtonTypeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="BUYNOW"/>
     <enumeration value="CART"/>
     <enumeration value="GIFTCERTIFICATE"/>
     <enumeration value="SUBSCRIBE"/>
     <enumeration value="DONATE"/>
     <enumeration value="UNSUBSCRIBE"/>
     <enumeration value="VIEWCART"/>
     <enumeration value="PAYMENTPLAN"/>
     <enumeration value="AUTOBILLING"/>
     <enumeration value="PAYMENT"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ButtonTypeType  AUTOBILLING  button type is AUTOBILLING  
ButtonTypeType  BUYNOW  button type is BUYNOW  
ButtonTypeType  CART  button type is CART  
ButtonTypeType  DONATE  button type is DONATE  
ButtonTypeType  GIFTCERTIFICATE  button type is GIFTCERTIFICATE  
ButtonTypeType  PAYMENT  button type is PAYMENT  
ButtonTypeType  PAYMENTPLAN  button type is PAYMENTPLAN  
ButtonTypeType  SUBSCRIBE  button type is SUBSCRIBE  
ButtonTypeType  UNSUBSCRIBE  button type is UNSUBSCRIBE  
ButtonTypeType  VIEWCART  button type is VIEWCART  
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ButtonTypeType fromValue(String v)
String value()
static ButtonTypeType valueOf(String name)
final static ButtonTypeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ButtonTypeType AUTOBILLING

button type is AUTOBILLING

public static final ButtonTypeType BUYNOW

button type is BUYNOW

public static final ButtonTypeType CART

button type is CART

public static final ButtonTypeType DONATE

button type is DONATE

public static final ButtonTypeType GIFTCERTIFICATE

button type is GIFTCERTIFICATE

public static final ButtonTypeType PAYMENT

button type is PAYMENT

public static final ButtonTypeType PAYMENTPLAN

button type is PAYMENTPLAN

public static final ButtonTypeType SUBSCRIBE

button type is SUBSCRIBE

public static final ButtonTypeType UNSUBSCRIBE

button type is UNSUBSCRIBE

public static final ButtonTypeType VIEWCART

button type is VIEWCART

Public Methods

public static ButtonTypeType fromValue (String v)

Parameters
v

public String value ()

public static ButtonTypeType valueOf (String name)

Parameters
name

public static final ButtonTypeType[] values ()