com.esri.arcgisws
Class EsriTransportType

java.lang.Object
  extended by java.lang.Enum
      extended by com.esri.arcgisws.EsriTransportType
All Implemented Interfaces:
Serializable, Comparable

public final class EsriTransportType
extends Enum

Java class for esriTransportType.

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

 <simpleType name="esriTransportType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriTransportTypeEmbedded"/>
     <enumeration value="esriTransportTypeUrl"/>
   </restriction>
 </simpleType>
 
Generic service data transfer format

See Also:
Serialized Form

Field Summary
static EsriTransportType esriTransportTypeEmbedded
           
static EsriTransportType esriTransportTypeUrl
           
 
Constructor Summary
EsriTransportType()
           
 
Method Summary
static EsriTransportType fromString(String value)
          Deprecated. 
static EsriTransportType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriTransportType valueOf(String name)
           
static EsriTransportType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

esriTransportTypeEmbedded

public static final EsriTransportType esriTransportTypeEmbedded

esriTransportTypeUrl

public static final EsriTransportType esriTransportTypeUrl
Constructor Detail

EsriTransportType

public EsriTransportType()
Method Detail

values

public static final EsriTransportType[] values()

valueOf

public static EsriTransportType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriTransportType fromValue(String v)

fromString

@Deprecated
public static EsriTransportType fromString(String value)
Deprecated. 


toString

public String toString()
Overrides:
toString in class Enum