public final enum

ButtonImageType

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

Class Overview

Java class for ButtonImageType.

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

 <simpleType name="ButtonImageType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="REG"/>
     <enumeration value="SML"/>
     <enumeration value="CC"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ButtonImageType  CC  button image type is CC  
ButtonImageType  REG  button image type is REG  
ButtonImageType  SML  button image type is SML  
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ButtonImageType fromValue(String v)
String value()
static ButtonImageType valueOf(String name)
final static ButtonImageType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ButtonImageType CC

button image type is CC

public static final ButtonImageType REG

button image type is REG

public static final ButtonImageType SML

button image type is SML

Public Methods

public static ButtonImageType fromValue (String v)

Parameters
v

public String value ()

public static ButtonImageType valueOf (String name)

Parameters
name

public static final ButtonImageType[] values ()