public final enum

CostingMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.platform.common_2010_2.types.CostingMethod

Class Overview

Java class for CostingMethod.

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

 <simpleType name="CostingMethod">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_average"/>
     <enumeration value="_fifo"/>
     <enumeration value="_lifo"/>
     <enumeration value="_lotNumbered"/>
     <enumeration value="_serialized"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
CostingMethod  AVERAGE   
CostingMethod  FIFO   
CostingMethod  LIFO   
CostingMethod  LOT_NUMBERED   
CostingMethod  SERIALIZED   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CostingMethod fromValue(String v)
String value()
static CostingMethod valueOf(String name)
final static CostingMethod[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CostingMethod AVERAGE

public static final CostingMethod FIFO

public static final CostingMethod LIFO

public static final CostingMethod LOT_NUMBERED

public static final CostingMethod SERIALIZED

Fields

private final String value

Public Methods

public static CostingMethod fromValue (String v)

Parameters
v

public String value ()

public static CostingMethod valueOf (String name)

Parameters
name

public static final CostingMethod[] values ()