public final enum

DemandPlanMonth

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

Class Overview

Java class for DemandPlanMonth.

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

 <simpleType name="DemandPlanMonth">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_april"/>
     <enumeration value="_august"/>
     <enumeration value="_december"/>
     <enumeration value="_february"/>
     <enumeration value="_january"/>
     <enumeration value="_july"/>
     <enumeration value="_june"/>
     <enumeration value="_march"/>
     <enumeration value="_may"/>
     <enumeration value="_november"/>
     <enumeration value="_october"/>
     <enumeration value="_september"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
DemandPlanMonth  APRIL   
DemandPlanMonth  AUGUST   
DemandPlanMonth  DECEMBER   
DemandPlanMonth  FEBRUARY   
DemandPlanMonth  JANUARY   
DemandPlanMonth  JULY   
DemandPlanMonth  JUNE   
DemandPlanMonth  MARCH   
DemandPlanMonth  MAY   
DemandPlanMonth  NOVEMBER   
DemandPlanMonth  OCTOBER   
DemandPlanMonth  SEPTEMBER   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static DemandPlanMonth fromValue(String v)
String value()
static DemandPlanMonth valueOf(String name)
final static DemandPlanMonth[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DemandPlanMonth APRIL

public static final DemandPlanMonth AUGUST

public static final DemandPlanMonth DECEMBER

public static final DemandPlanMonth FEBRUARY

public static final DemandPlanMonth JANUARY

public static final DemandPlanMonth JULY

public static final DemandPlanMonth JUNE

public static final DemandPlanMonth MARCH

public static final DemandPlanMonth MAY

public static final DemandPlanMonth NOVEMBER

public static final DemandPlanMonth OCTOBER

public static final DemandPlanMonth SEPTEMBER

Fields

private final String value

Public Methods

public static DemandPlanMonth fromValue (String v)

Parameters
v

public String value ()

public static DemandPlanMonth valueOf (String name)

Parameters
name

public static final DemandPlanMonth[] values ()