public final enum

ItemOverallQuantityPricingType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2010_2.types.ItemOverallQuantityPricingType

Class Overview

Java class for ItemOverallQuantityPricingType.

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

 <simpleType name="ItemOverallQuantityPricingType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_byLineQuantity"/>
     <enumeration value="_byOverallItemQuantity"/>
     <enumeration value="_byOverallParentQuantity"/>
     <enumeration value="_byOverallScheduleQuantity"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemOverallQuantityPricingType  BY_LINE_QUANTITY   
ItemOverallQuantityPricingType  BY_OVERALL_ITEM_QUANTITY   
ItemOverallQuantityPricingType  BY_OVERALL_PARENT_QUANTITY   
ItemOverallQuantityPricingType  BY_OVERALL_SCHEDULE_QUANTITY   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemOverallQuantityPricingType fromValue(String v)
String value()
static ItemOverallQuantityPricingType valueOf(String name)
final static ItemOverallQuantityPricingType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemOverallQuantityPricingType BY_LINE_QUANTITY

public static final ItemOverallQuantityPricingType BY_OVERALL_ITEM_QUANTITY

public static final ItemOverallQuantityPricingType BY_OVERALL_PARENT_QUANTITY

public static final ItemOverallQuantityPricingType BY_OVERALL_SCHEDULE_QUANTITY

Fields

private final String value

Public Methods

public static ItemOverallQuantityPricingType fromValue (String v)

Parameters
v

public String value ()

public static ItemOverallQuantityPricingType valueOf (String name)

Parameters
name

public static final ItemOverallQuantityPricingType[] values ()