public final enum

LandedCostMethod

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

Class Overview

Java class for LandedCostMethod.

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

 <simpleType name="LandedCostMethod">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_quantity"/>
     <enumeration value="_value"/>
     <enumeration value="_weight"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final LandedCostMethod QUANTITY

public static final LandedCostMethod VALUE

public static final LandedCostMethod WEIGHT

Fields

private final String value

Public Methods

public static LandedCostMethod fromValue (String v)

Parameters
v

public String value ()

public static LandedCostMethod valueOf (String name)

Parameters
name

public static final LandedCostMethod[] values ()