public final enum

CostCategoryItemCostType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2013_2.types.CostCategoryItemCostType

Class Overview

Java class for CostCategoryItemCostType.

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

 <simpleType name="CostCategoryItemCostType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_landed"/>
     <enumeration value="_material"/>
     <enumeration value="_service"/>
     <enumeration value="_laborRun"/>
     <enumeration value="_laborRunOverhead"/>
     <enumeration value="_laborSetup"/>
     <enumeration value="_laborSetupOverhead"/>
     <enumeration value="_machineRun"/>
     <enumeration value="_machineRunOverhead"/>
     <enumeration value="_machineSetup"/>
     <enumeration value="_machineSetupOverhead"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
CostCategoryItemCostType  LABOR_RUN   
CostCategoryItemCostType  LABOR_RUN_OVERHEAD   
CostCategoryItemCostType  LABOR_SETUP   
CostCategoryItemCostType  LABOR_SETUP_OVERHEAD   
CostCategoryItemCostType  LANDED   
CostCategoryItemCostType  MACHINE_RUN   
CostCategoryItemCostType  MACHINE_RUN_OVERHEAD   
CostCategoryItemCostType  MACHINE_SETUP   
CostCategoryItemCostType  MACHINE_SETUP_OVERHEAD   
CostCategoryItemCostType  MATERIAL   
CostCategoryItemCostType  SERVICE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CostCategoryItemCostType fromValue(String v)
String value()
static CostCategoryItemCostType valueOf(String name)
final static CostCategoryItemCostType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CostCategoryItemCostType LABOR_RUN

public static final CostCategoryItemCostType LABOR_RUN_OVERHEAD

public static final CostCategoryItemCostType LABOR_SETUP

public static final CostCategoryItemCostType LABOR_SETUP_OVERHEAD

public static final CostCategoryItemCostType LANDED

public static final CostCategoryItemCostType MACHINE_RUN

public static final CostCategoryItemCostType MACHINE_RUN_OVERHEAD

public static final CostCategoryItemCostType MACHINE_SETUP

public static final CostCategoryItemCostType MACHINE_SETUP_OVERHEAD

public static final CostCategoryItemCostType MATERIAL

public static final CostCategoryItemCostType SERVICE

Fields

private final String value

Public Methods

public static CostCategoryItemCostType fromValue (String v)

Parameters
v

public String value ()

public static CostCategoryItemCostType valueOf (String name)

Parameters
name

public static final CostCategoryItemCostType[] values ()