public final enum

ItemOverheadType

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

Class Overview

Java class for ItemOverheadType.

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

 <simpleType name="ItemOverheadType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_amountBaseUnit"/>
     <enumeration value="_percentOfMaterial"/>
     <enumeration value="_percentOfTotal"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemOverheadType  AMOUNT_BASE_UNIT   
ItemOverheadType  PERCENT_OF_MATERIAL   
ItemOverheadType  PERCENT_OF_TOTAL   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemOverheadType fromValue(String v)
String value()
static ItemOverheadType valueOf(String name)
final static ItemOverheadType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemOverheadType AMOUNT_BASE_UNIT

public static final ItemOverheadType PERCENT_OF_MATERIAL

public static final ItemOverheadType PERCENT_OF_TOTAL

Fields

private final String value

Public Methods

public static ItemOverheadType fromValue (String v)

Parameters
v

public String value ()

public static ItemOverheadType valueOf (String name)

Parameters
name

public static final ItemOverheadType[] values ()