public final enum

ItemCostEstimateType

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

Class Overview

Java class for ItemCostEstimateType.

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

 <simpleType name="ItemCostEstimateType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_averageCost"/>
     <enumeration value="_custom"/>
     <enumeration value="_derivedFromMemberItems"/>
     <enumeration value="_itemDefinedCost"/>
     <enumeration value="_lastPurchasePrice"/>
     <enumeration value="_preferredVendorRate"/>
     <enumeration value="_purchaseOrderRate"/>
     <enumeration value="_purchasePrice"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemCostEstimateType  AVERAGE_COST   
ItemCostEstimateType  CUSTOM   
ItemCostEstimateType  DERIVED_FROM_MEMBER_ITEMS   
ItemCostEstimateType  ITEM_DEFINED_COST   
ItemCostEstimateType  LAST_PURCHASE_PRICE   
ItemCostEstimateType  PREFERRED_VENDOR_RATE   
ItemCostEstimateType  PURCHASE_ORDER_RATE   
ItemCostEstimateType  PURCHASE_PRICE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemCostEstimateType fromValue(String v)
String value()
static ItemCostEstimateType valueOf(String name)
final static ItemCostEstimateType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemCostEstimateType AVERAGE_COST

public static final ItemCostEstimateType CUSTOM

public static final ItemCostEstimateType DERIVED_FROM_MEMBER_ITEMS

public static final ItemCostEstimateType ITEM_DEFINED_COST

public static final ItemCostEstimateType LAST_PURCHASE_PRICE

public static final ItemCostEstimateType PREFERRED_VENDOR_RATE

public static final ItemCostEstimateType PURCHASE_ORDER_RATE

public static final ItemCostEstimateType PURCHASE_PRICE

Fields

private final String value

Public Methods

public static ItemCostEstimateType fromValue (String v)

Parameters
v

public String value ()

public static ItemCostEstimateType valueOf (String name)

Parameters
name

public static final ItemCostEstimateType[] values ()