public final enum

TotalType

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

Class Overview

Java class for TotalType.

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

 <simpleType name="TotalType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Total"/>
     <enumeration value="EstimatedTotal"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
TotalType  ESTIMATED_TOTAL   
TotalType  TOTAL   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static TotalType fromValue(String v)
String value()
static TotalType valueOf(String name)
final static TotalType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TotalType ESTIMATED_TOTAL

public static final TotalType TOTAL

Fields

private final String value

Public Methods

public static TotalType fromValue (String v)

Parameters
v

public String value ()

public static TotalType valueOf (String name)

Parameters
name

public static final TotalType[] values ()