public final enum

ItemDemandPlanProjectionMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.demandplanning_2012_1.types.ItemDemandPlanProjectionMethod

Class Overview

Java class for ItemDemandPlanProjectionMethod.

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

 <simpleType name="ItemDemandPlanProjectionMethod">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_linearRegression"/>
     <enumeration value="_movingAverage"/>
     <enumeration value="_salesForecast"/>
     <enumeration value="_seasonalAverage"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemDemandPlanProjectionMethod  LINEAR_REGRESSION   
ItemDemandPlanProjectionMethod  MOVING_AVERAGE   
ItemDemandPlanProjectionMethod  SALES_FORECAST   
ItemDemandPlanProjectionMethod  SEASONAL_AVERAGE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemDemandPlanProjectionMethod fromValue(String v)
String value()
static ItemDemandPlanProjectionMethod valueOf(String name)
final static ItemDemandPlanProjectionMethod[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemDemandPlanProjectionMethod LINEAR_REGRESSION

public static final ItemDemandPlanProjectionMethod MOVING_AVERAGE

public static final ItemDemandPlanProjectionMethod SALES_FORECAST

public static final ItemDemandPlanProjectionMethod SEASONAL_AVERAGE

Fields

private final String value

Public Methods

public static ItemDemandPlanProjectionMethod fromValue (String v)

Parameters
v

public String value ()

public static ItemDemandPlanProjectionMethod valueOf (String name)

Parameters
name

public static final ItemDemandPlanProjectionMethod[] values ()