public final enum

ForecastType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.sales_2010_2.types.ForecastType

Class Overview

Java class for ForecastType.

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

 <simpleType name="ForecastType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_omitted"/>
     <enumeration value="_worstCase"/>
     <enumeration value="_mostLikely"/>
     <enumeration value="_upside"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ForecastType  MOST_LIKELY   
ForecastType  OMITTED   
ForecastType  UPSIDE   
ForecastType  WORST_CASE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ForecastType fromValue(String v)
String value()
static ForecastType valueOf(String name)
final static ForecastType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ForecastType MOST_LIKELY

public static final ForecastType OMITTED

public static final ForecastType UPSIDE

public static final ForecastType WORST_CASE

Fields

private final String value

Public Methods

public static ForecastType fromValue (String v)

Parameters
v

public String value ()

public static ForecastType valueOf (String name)

Parameters
name

public static final ForecastType[] values ()