public final enum

ItemSupplyPlanOrderType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.demandplanning_2013_2.types.ItemSupplyPlanOrderType

Class Overview

Java class for ItemSupplyPlanOrderType.

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

 <simpleType name="ItemSupplyPlanOrderType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_purchaseOrder"/>
     <enumeration value="_workOrder"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ItemSupplyPlanOrderType PURCHASE_ORDER

public static final ItemSupplyPlanOrderType WORK_ORDER

Fields

private final String value

Public Methods

public static ItemSupplyPlanOrderType fromValue (String v)

Parameters
v

public String value ()

public static ItemSupplyPlanOrderType valueOf (String name)

Parameters
name

public static final ItemSupplyPlanOrderType[] values ()