public final enum

BuyNowTextType

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

Class Overview

Java class for BuyNowTextType.

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

 <simpleType name="BuyNowTextType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="BUYNOW"/>
     <enumeration value="PAYNOW"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
BuyNowTextType  BUYNOW  button wording is BUYNOW  
BuyNowTextType  PAYNOW  button wording is PAYNOW  
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static BuyNowTextType fromValue(String v)
String value()
static BuyNowTextType valueOf(String name)
final static BuyNowTextType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BuyNowTextType BUYNOW

button wording is BUYNOW

public static final BuyNowTextType PAYNOW

button wording is PAYNOW

Public Methods

public static BuyNowTextType fromValue (String v)

Parameters
v

public String value ()

public static BuyNowTextType valueOf (String name)

Parameters
name

public static final BuyNowTextType[] values ()