public final enum

ItemSubType

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

Class Overview

Java class for ItemSubType.

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

 <simpleType name="ItemSubType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_forPurchase"/>
     <enumeration value="_forResale"/>
     <enumeration value="_forSale"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemSubType  FOR_PURCHASE   
ItemSubType  FOR_RESALE   
ItemSubType  FOR_SALE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemSubType fromValue(String v)
String value()
static ItemSubType valueOf(String name)
final static ItemSubType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemSubType FOR_PURCHASE

public static final ItemSubType FOR_RESALE

public static final ItemSubType FOR_SALE

Fields

private final String value

Public Methods

public static ItemSubType fromValue (String v)

Parameters
v

public String value ()

public static ItemSubType valueOf (String name)

Parameters
name

public static final ItemSubType[] values ()