public final enum

PeriodicLotSizeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2013_2.types.PeriodicLotSizeType

Class Overview

Java class for PeriodicLotSizeType.

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

 <simpleType name="PeriodicLotSizeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_interval"/>
     <enumeration value="_monthly"/>
     <enumeration value="_weekly"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final PeriodicLotSizeType INTERVAL

public static final PeriodicLotSizeType MONTHLY

public static final PeriodicLotSizeType WEEKLY

Fields

private final String value

Public Methods

public static PeriodicLotSizeType fromValue (String v)

Parameters
v

public String value ()

public static PeriodicLotSizeType valueOf (String name)

Parameters
name

public static final PeriodicLotSizeType[] values ()