public final enum

ItemFulfillmentMethodOfTransportUps

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

Class Overview

Java class for ItemFulfillmentMethodOfTransportUps.

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

 <simpleType name="ItemFulfillmentMethodOfTransportUps">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_air"/>
     <enumeration value="_airContainerized"/>
     <enumeration value="_auto"/>
     <enumeration value="_fixedTransportInstallations"/>
     <enumeration value="_mail"/>
     <enumeration value="_passengerHandcarried"/>
     <enumeration value="_pedestrian"/>
     <enumeration value="_rail"/>
     <enumeration value="_railContainerized"/>
     <enumeration value="_roadOther"/>
     <enumeration value="_seaBarge"/>
     <enumeration value="_seaContainerized"/>
     <enumeration value="_seaNoncontainerized"/>
     <enumeration value="_truck"/>
     <enumeration value="_truckContainerized"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemFulfillmentMethodOfTransportUps  AIR   
ItemFulfillmentMethodOfTransportUps  AIR_CONTAINERIZED   
ItemFulfillmentMethodOfTransportUps  AUTO   
ItemFulfillmentMethodOfTransportUps  FIXED_TRANSPORT_INSTALLATIONS   
ItemFulfillmentMethodOfTransportUps  MAIL   
ItemFulfillmentMethodOfTransportUps  PASSENGER_HANDCARRIED   
ItemFulfillmentMethodOfTransportUps  PEDESTRIAN   
ItemFulfillmentMethodOfTransportUps  RAIL   
ItemFulfillmentMethodOfTransportUps  RAIL_CONTAINERIZED   
ItemFulfillmentMethodOfTransportUps  ROAD_OTHER   
ItemFulfillmentMethodOfTransportUps  SEA_BARGE   
ItemFulfillmentMethodOfTransportUps  SEA_CONTAINERIZED   
ItemFulfillmentMethodOfTransportUps  SEA_NONCONTAINERIZED   
ItemFulfillmentMethodOfTransportUps  TRUCK   
ItemFulfillmentMethodOfTransportUps  TRUCK_CONTAINERIZED   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemFulfillmentMethodOfTransportUps fromValue(String v)
String value()
static ItemFulfillmentMethodOfTransportUps valueOf(String name)
final static ItemFulfillmentMethodOfTransportUps[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemFulfillmentMethodOfTransportUps AIR

public static final ItemFulfillmentMethodOfTransportUps AIR_CONTAINERIZED

public static final ItemFulfillmentMethodOfTransportUps AUTO

public static final ItemFulfillmentMethodOfTransportUps FIXED_TRANSPORT_INSTALLATIONS

public static final ItemFulfillmentMethodOfTransportUps MAIL

public static final ItemFulfillmentMethodOfTransportUps PASSENGER_HANDCARRIED

public static final ItemFulfillmentMethodOfTransportUps PEDESTRIAN

public static final ItemFulfillmentMethodOfTransportUps RAIL

public static final ItemFulfillmentMethodOfTransportUps RAIL_CONTAINERIZED

public static final ItemFulfillmentMethodOfTransportUps ROAD_OTHER

public static final ItemFulfillmentMethodOfTransportUps SEA_BARGE

public static final ItemFulfillmentMethodOfTransportUps SEA_CONTAINERIZED

public static final ItemFulfillmentMethodOfTransportUps SEA_NONCONTAINERIZED

public static final ItemFulfillmentMethodOfTransportUps TRUCK

public static final ItemFulfillmentMethodOfTransportUps TRUCK_CONTAINERIZED

Fields

private final String value

Public Methods

public static ItemFulfillmentMethodOfTransportUps fromValue (String v)

Parameters
v

public String value ()

public static ItemFulfillmentMethodOfTransportUps valueOf (String name)

Parameters
name

public static final ItemFulfillmentMethodOfTransportUps[] values ()