public final enum

LandedCostSource

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

Class Overview

Java class for LandedCostSource.

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

 <simpleType name="LandedCostSource">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_manual"/>
     <enumeration value="_otherTransaction"/>
     <enumeration value="_otherTransactionExcludeTax"/>
     <enumeration value="_thisTransaction"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
LandedCostSource  MANUAL   
LandedCostSource  OTHER_TRANSACTION   
LandedCostSource  OTHER_TRANSACTION_EXCLUDE_TAX   
LandedCostSource  THIS_TRANSACTION   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static LandedCostSource fromValue(String v)
String value()
static LandedCostSource valueOf(String name)
final static LandedCostSource[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LandedCostSource MANUAL

public static final LandedCostSource OTHER_TRANSACTION

public static final LandedCostSource OTHER_TRANSACTION_EXCLUDE_TAX

public static final LandedCostSource THIS_TRANSACTION

Fields

private final String value

Public Methods

public static LandedCostSource fromValue (String v)

Parameters
v

public String value ()

public static LandedCostSource valueOf (String name)

Parameters
name

public static final LandedCostSource[] values ()