public final enum

MatchStatusCodeType

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

Class Overview

Java class for MatchStatusCodeType.

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

 <simpleType name="MatchStatusCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="None"/>
     <enumeration value="Matched"/>
     <enumeration value="Unmatched"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final MatchStatusCodeType MATCHED

public static final MatchStatusCodeType NONE

public static final MatchStatusCodeType UNMATCHED

Fields

private final String value

Public Methods

public static MatchStatusCodeType fromValue (String v)

Parameters
v

public String value ()

public static MatchStatusCodeType valueOf (String name)

Parameters
name

public static final MatchStatusCodeType[] values ()