public final enum

PhotoDisplayCodeType

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

Class Overview

Java class for PhotoDisplayCodeType.

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

 <simpleType name="PhotoDisplayCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="None"/>
     <enumeration value="SlideShow"/>
     <enumeration value="SuperSize"/>
     <enumeration value="PicturePack"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PhotoDisplayCodeType  CUSTOM_CODE  Reserved for internal or future use. 
PhotoDisplayCodeType  NONE  No special Picture Services features. 
PhotoDisplayCodeType  PICTURE_PACK  Picture Pack. 
PhotoDisplayCodeType  SLIDE_SHOW  Slideshow of multiple pictures. 
PhotoDisplayCodeType  SUPER_SIZE  Super-size format picture. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PhotoDisplayCodeType fromValue(String v)
String value()
static PhotoDisplayCodeType valueOf(String name)
final static PhotoDisplayCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PhotoDisplayCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final PhotoDisplayCodeType NONE

No special Picture Services features.

public static final PhotoDisplayCodeType PICTURE_PACK

Picture Pack.

public static final PhotoDisplayCodeType SLIDE_SHOW

Slideshow of multiple pictures.

public static final PhotoDisplayCodeType SUPER_SIZE

Super-size format picture.

Fields

private final String value

Public Methods

public static PhotoDisplayCodeType fromValue (String v)

Parameters
v

public String value ()

public static PhotoDisplayCodeType valueOf (String name)

Parameters
name

public static final PhotoDisplayCodeType[] values ()