public final enum

ItemProductFeed

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2010_2.types.ItemProductFeed

Class Overview

Java class for ItemProductFeed.

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

 <simpleType name="ItemProductFeed">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_googleBase"/>
     <enumeration value="_nexTag"/>
     <enumeration value="_shoppingCom"/>
     <enumeration value="_shopzilla"/>
     <enumeration value="_yahooShopping"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemProductFeed  GOOGLE_BASE   
ItemProductFeed  NEX_TAG   
ItemProductFeed  SHOPPING_COM   
ItemProductFeed  SHOPZILLA   
ItemProductFeed  YAHOO_SHOPPING   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemProductFeed fromValue(String v)
String value()
static ItemProductFeed valueOf(String name)
final static ItemProductFeed[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemProductFeed GOOGLE_BASE

public static final ItemProductFeed NEX_TAG

public static final ItemProductFeed SHOPPING_COM

public static final ItemProductFeed SHOPZILLA

public static final ItemProductFeed YAHOO_SHOPPING

Fields

private final String value

Public Methods

public static ItemProductFeed fromValue (String v)

Parameters
v

public String value ()

public static ItemProductFeed valueOf (String name)

Parameters
name

public static final ItemProductFeed[] values ()