public final enum

ItemFulfillmentLicenseExceptionUps

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.sales_2010_2.types.ItemFulfillmentLicenseExceptionUps

Class Overview

Java class for ItemFulfillmentLicenseExceptionUps.

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

 <simpleType name="ItemFulfillmentLicenseExceptionUps">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_agr"/>
     <enumeration value="_apr"/>
     <enumeration value="_avs"/>
     <enumeration value="_bag"/>
     <enumeration value="_civ"/>
     <enumeration value="_ctp"/>
     <enumeration value="_enc"/>
     <enumeration value="_gbs"/>
     <enumeration value="_gft"/>
     <enumeration value="_gov"/>
     <enumeration value="_kmi"/>
     <enumeration value="_lvs"/>
     <enumeration value="_nlr"/>
     <enumeration value="_rpl"/>
     <enumeration value="_tmp"/>
     <enumeration value="_tspa"/>
     <enumeration value="_tsr"/>
     <enumeration value="_tsu"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemFulfillmentLicenseExceptionUps  AGR   
ItemFulfillmentLicenseExceptionUps  APR   
ItemFulfillmentLicenseExceptionUps  AVS   
ItemFulfillmentLicenseExceptionUps  BAG   
ItemFulfillmentLicenseExceptionUps  CIV   
ItemFulfillmentLicenseExceptionUps  CTP   
ItemFulfillmentLicenseExceptionUps  ENC   
ItemFulfillmentLicenseExceptionUps  GBS   
ItemFulfillmentLicenseExceptionUps  GFT   
ItemFulfillmentLicenseExceptionUps  GOV   
ItemFulfillmentLicenseExceptionUps  KMI   
ItemFulfillmentLicenseExceptionUps  LVS   
ItemFulfillmentLicenseExceptionUps  NLR   
ItemFulfillmentLicenseExceptionUps  RPL   
ItemFulfillmentLicenseExceptionUps  TMP   
ItemFulfillmentLicenseExceptionUps  TSPA   
ItemFulfillmentLicenseExceptionUps  TSR   
ItemFulfillmentLicenseExceptionUps  TSU   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemFulfillmentLicenseExceptionUps fromValue(String v)
String value()
static ItemFulfillmentLicenseExceptionUps valueOf(String name)
final static ItemFulfillmentLicenseExceptionUps[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemFulfillmentLicenseExceptionUps AGR

public static final ItemFulfillmentLicenseExceptionUps APR

public static final ItemFulfillmentLicenseExceptionUps AVS

public static final ItemFulfillmentLicenseExceptionUps BAG

public static final ItemFulfillmentLicenseExceptionUps CIV

public static final ItemFulfillmentLicenseExceptionUps CTP

public static final ItemFulfillmentLicenseExceptionUps ENC

public static final ItemFulfillmentLicenseExceptionUps GBS

public static final ItemFulfillmentLicenseExceptionUps GFT

public static final ItemFulfillmentLicenseExceptionUps GOV

public static final ItemFulfillmentLicenseExceptionUps KMI

public static final ItemFulfillmentLicenseExceptionUps LVS

public static final ItemFulfillmentLicenseExceptionUps NLR

public static final ItemFulfillmentLicenseExceptionUps RPL

public static final ItemFulfillmentLicenseExceptionUps TMP

public static final ItemFulfillmentLicenseExceptionUps TSPA

public static final ItemFulfillmentLicenseExceptionUps TSR

public static final ItemFulfillmentLicenseExceptionUps TSU

Fields

private final String value

Public Methods

public static ItemFulfillmentLicenseExceptionUps fromValue (String v)

Parameters
v

public String value ()

public static ItemFulfillmentLicenseExceptionUps valueOf (String name)

Parameters
name

public static final ItemFulfillmentLicenseExceptionUps[] values ()