public final enum

GalleryTypeCodeType

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

Class Overview

Java class for GalleryTypeCodeType.

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

 <simpleType name="GalleryTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Featured"/>
     <enumeration value="Gallery"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
GalleryTypeCodeType  CUSTOM_CODE  Reserved for internal or future use. 
GalleryTypeCodeType  FEATURED  Indicates whether it is a featured item. 
GalleryTypeCodeType  GALLERY  Include in the gallery. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static GalleryTypeCodeType fromValue(String v)
String value()
static GalleryTypeCodeType valueOf(String name)
final static GalleryTypeCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GalleryTypeCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final GalleryTypeCodeType FEATURED

Indicates whether it is a featured item.

public static final GalleryTypeCodeType GALLERY

Include in the gallery.

Fields

private final String value

Public Methods

public static GalleryTypeCodeType fromValue (String v)

Parameters
v

public String value ()

public static GalleryTypeCodeType valueOf (String name)

Parameters
name

public static final GalleryTypeCodeType[] values ()