public final enum

ItemSupplyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2012_1.types.ItemSupplyType

Class Overview

Java class for ItemSupplyType.

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

 <simpleType name="ItemSupplyType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_build"/>
     <enumeration value="_purchase"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ItemSupplyType BUILD

public static final ItemSupplyType PURCHASE

Fields

private final String value

Public Methods

public static ItemSupplyType fromValue (String v)

Parameters
v

public String value ()

public static ItemSupplyType valueOf (String name)

Parameters
name

public static final ItemSupplyType[] values ()