public final enum

ItemType

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.ItemType

Class Overview

Java class for ItemType.

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

 <simpleType name="ItemType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_assembly"/>
     <enumeration value="_description"/>
     <enumeration value="_discount"/>
     <enumeration value="_downloadItem"/>
     <enumeration value="_giftCertificateItem"/>
     <enumeration value="_inventoryItem"/>
     <enumeration value="_itemGroup"/>
     <enumeration value="_kit"/>
     <enumeration value="_markup"/>
     <enumeration value="_nonInventoryItem"/>
     <enumeration value="_otherCharge"/>
     <enumeration value="_payment"/>
     <enumeration value="_service"/>
     <enumeration value="_subtotal"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemType  ASSEMBLY   
ItemType  DESCRIPTION   
ItemType  DISCOUNT   
ItemType  DOWNLOAD_ITEM   
ItemType  GIFT_CERTIFICATE_ITEM   
ItemType  INVENTORY_ITEM   
ItemType  ITEM_GROUP   
ItemType  KIT   
ItemType  MARKUP   
ItemType  NON_INVENTORY_ITEM   
ItemType  OTHER_CHARGE   
ItemType  PAYMENT   
ItemType  SERVICE   
ItemType  SUBTOTAL   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemType fromValue(String v)
String value()
static ItemType valueOf(String name)
final static ItemType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemType ASSEMBLY

public static final ItemType DESCRIPTION

public static final ItemType DISCOUNT

public static final ItemType DOWNLOAD_ITEM

public static final ItemType GIFT_CERTIFICATE_ITEM

public static final ItemType INVENTORY_ITEM

public static final ItemType ITEM_GROUP

public static final ItemType KIT

public static final ItemType MARKUP

public static final ItemType NON_INVENTORY_ITEM

public static final ItemType OTHER_CHARGE

public static final ItemType PAYMENT

public static final ItemType SERVICE

public static final ItemType SUBTOTAL

Fields

private final String value

Public Methods

public static ItemType fromValue (String v)

Parameters
v

public String value ()

public static ItemType valueOf (String name)

Parameters
name

public static final ItemType[] values ()