public final enum

OptionTypeListType

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

Class Overview

Java class for OptionTypeListType.

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

 <simpleType name="OptionTypeListType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="NoOptionType"/>
     <enumeration value="FULL"/>
     <enumeration value="EMI"/>
     <enumeration value="VARIABLE"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
OptionTypeListType  EMI   
OptionTypeListType  FULL   
OptionTypeListType  NO_OPTION_TYPE   
OptionTypeListType  VARIABLE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static OptionTypeListType fromValue(String v)
String value()
static OptionTypeListType valueOf(String name)
final static OptionTypeListType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OptionTypeListType EMI

public static final OptionTypeListType FULL

public static final OptionTypeListType NO_OPTION_TYPE

public static final OptionTypeListType VARIABLE

Fields

private final String value

Public Methods

public static OptionTypeListType fromValue (String v)

Parameters
v

public String value ()

public static OptionTypeListType valueOf (String name)

Parameters
name

public static final OptionTypeListType[] values ()