public final enum

ItemAtpMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2012_1.types.ItemAtpMethod

Class Overview

Java class for ItemAtpMethod.

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

 <simpleType name="ItemAtpMethod">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_cumulativeAtpWithLookAhead"/>
     <enumeration value="_discreteAtp"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ItemAtpMethod CUMULATIVE_ATP_WITH_LOOK_AHEAD

public static final ItemAtpMethod DISCRETE_ATP

Fields

private final String value

Public Methods

public static ItemAtpMethod fromValue (String v)

Parameters
v

public String value ()

public static ItemAtpMethod valueOf (String name)

Parameters
name

public static final ItemAtpMethod[] values ()