Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum ItemCompatibilityEnabledCodeType

java.lang.Object
  extended by java.lang.Enum<ItemCompatibilityEnabledCodeType>
      extended by com.ebay.soap.eBLBaseComponents.ItemCompatibilityEnabledCodeType
All Implemented Interfaces:
Serializable, Comparable<ItemCompatibilityEnabledCodeType>

public enum ItemCompatibilityEnabledCodeType
extends Enum<ItemCompatibilityEnabledCodeType>

Java class for ItemCompatibilityEnabledCodeType.

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

 <simpleType name="ItemCompatibilityEnabledCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Disabled"/>
     <enumeration value="ByApplication"/>
     <enumeration value="BySpecification"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
BY_APPLICATION
          Parts Compatibility may be entered by application only for the given category.
BY_SPECIFICATION
          Parts Compatibility may be entered by specification only for the given category.
CUSTOM_CODE
          (out) Reserved for internal or future use.
DISABLED
          Parts Compatibility is not supported for the given category.
 
Method Summary
static ItemCompatibilityEnabledCodeType fromValue(String v)
           
 String value()
           
static ItemCompatibilityEnabledCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemCompatibilityEnabledCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DISABLED

public static final ItemCompatibilityEnabledCodeType DISABLED
Parts Compatibility is not supported for the given category.


BY_APPLICATION

public static final ItemCompatibilityEnabledCodeType BY_APPLICATION
Parts Compatibility may be entered by application only for the given category. Entering parts compatibility by application specifies the assemblies (e.g., a specific year, make, and model of car) to which the item applies. Parts compatibility by application can be specified by listing with a catalog product that supports parts compatibility or by specifying parts compatibility by application manually ( Item.ItemCompatibilityList).


BY_SPECIFICATION

public static final ItemCompatibilityEnabledCodeType BY_SPECIFICATION
Parts Compatibility may be entered by specification only for the given category. Entering parts compatibility by specification involves specifying the part's relevant dimensions or characteristics (e.g., Section Width, Aspect Ratio, Rim Diammeter, Load Index, and Speed Rating values for a tire) using attributes.


CUSTOM_CODE

public static final ItemCompatibilityEnabledCodeType CUSTOM_CODE
(out) Reserved for internal or future use.

Method Detail

values

public static ItemCompatibilityEnabledCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ItemCompatibilityEnabledCodeType c : ItemCompatibilityEnabledCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ItemCompatibilityEnabledCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static ItemCompatibilityEnabledCodeType fromValue(String v)

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.