public final enum

PromotionItemSelectionCodeType

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

Class Overview

Java class for PromotionItemSelectionCodeType.

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

 <simpleType name="PromotionItemSelectionCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Manual"/>
     <enumeration value="Automatic"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PromotionItemSelectionCodeType  AUTOMATIC  Automatic Selection  
PromotionItemSelectionCodeType  CUSTOM_CODE  Reserved. 
PromotionItemSelectionCodeType  MANUAL  Manual Selection  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PromotionItemSelectionCodeType fromValue(String v)
String value()
static PromotionItemSelectionCodeType valueOf(String name)
final static PromotionItemSelectionCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PromotionItemSelectionCodeType AUTOMATIC

Automatic Selection

public static final PromotionItemSelectionCodeType CUSTOM_CODE

Reserved. Do not use.

public static final PromotionItemSelectionCodeType MANUAL

Manual Selection

Fields

private final String value

Public Methods

public static PromotionItemSelectionCodeType fromValue (String v)

Parameters
v

public String value ()

public static PromotionItemSelectionCodeType valueOf (String name)

Parameters
name

public static final PromotionItemSelectionCodeType[] values ()