public final enum

ItemCustomFieldItemSubType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.setup.customization_2010_2.types.ItemCustomFieldItemSubType

Class Overview

Java class for ItemCustomFieldItemSubType.

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

 <simpleType name="ItemCustomFieldItemSubType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_both"/>
     <enumeration value="_purchase"/>
     <enumeration value="_sale"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemCustomFieldItemSubType  BOTH   
ItemCustomFieldItemSubType  PURCHASE   
ItemCustomFieldItemSubType  SALE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemCustomFieldItemSubType fromValue(String v)
String value()
static ItemCustomFieldItemSubType valueOf(String name)
final static ItemCustomFieldItemSubType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemCustomFieldItemSubType BOTH

public static final ItemCustomFieldItemSubType PURCHASE

public static final ItemCustomFieldItemSubType SALE

Fields

private final String value

Public Methods

public static ItemCustomFieldItemSubType fromValue (String v)

Parameters
v

public String value ()

public static ItemCustomFieldItemSubType valueOf (String name)

Parameters
name

public static final ItemCustomFieldItemSubType[] values ()