public final enum

HitCounterCodeType

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

Class Overview

Java class for HitCounterCodeType.

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

 <simpleType name="HitCounterCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="NoHitCounter"/>
     <enumeration value="HonestyStyle"/>
     <enumeration value="GreenLED"/>
     <enumeration value="Hidden"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
HitCounterCodeType  CUSTOM_CODE  Reserved for internal or future use. 
HitCounterCodeType  GREEN_LED  Green LED counter. 
HitCounterCodeType  HIDDEN  Hidden counter. 
HitCounterCodeType  HONESTY_STYLE  Honesty Style Hit Counter  
HitCounterCodeType  NO_HIT_COUNTER  No hit counter  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static HitCounterCodeType fromValue(String v)
String value()
static HitCounterCodeType valueOf(String name)
final static HitCounterCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final HitCounterCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final HitCounterCodeType GREEN_LED

Green LED counter.

public static final HitCounterCodeType HIDDEN

Hidden counter.

public static final HitCounterCodeType HONESTY_STYLE

Honesty Style Hit Counter

public static final HitCounterCodeType NO_HIT_COUNTER

No hit counter

Fields

private final String value

Public Methods

public static HitCounterCodeType fromValue (String v)

Parameters
v

public String value ()

public static HitCounterCodeType valueOf (String name)

Parameters
name

public static final HitCounterCodeType[] values ()