| 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
|
private
final
String |
name |
|
|
private
final
int |
ordinal |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
int
|
compareTo(Object arg0)
|
|
final
int
|
compareTo(E arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
ItemType
DESCRIPTION
public
static
final
ItemType
DOWNLOAD_ITEM
public
static
final
ItemType
GIFT_CERTIFICATE_ITEM
public
static
final
ItemType
INVENTORY_ITEM
public
static
final
ItemType
NON_INVENTORY_ITEM
public
static
final
ItemType
OTHER_CHARGE
Fields
private
final
String
value
Public Methods
public
static
ItemType
fromValue
(String v)
public
static
ItemType
valueOf
(String name)