public final enum

ModifyCodeType

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

Class Overview

Java class for ModifyCodeType.

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

 <simpleType name="ModifyCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Dropped"/>
     <enumeration value="Modify"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ModifyCodeType  CUSTOM_CODE  Reserved for internal or future use. 
ModifyCodeType  DROPPED  Indicate filed is to be dropped. 
ModifyCodeType  MODIFY  Indicate filed is to be modified. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ModifyCodeType fromValue(String v)
String value()
static ModifyCodeType valueOf(String name)
final static ModifyCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ModifyCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final ModifyCodeType DROPPED

Indicate filed is to be dropped.

public static final ModifyCodeType MODIFY

Indicate filed is to be modified.

Fields

private final String value

Public Methods

public static ModifyCodeType fromValue (String v)

Parameters
v

public String value ()

public static ModifyCodeType valueOf (String name)

Parameters
name

public static final ModifyCodeType[] values ()