com.esri.arcgisws
Class EsriGDSTransportType

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

public final class EsriGDSTransportType
extends Enum

Java class for esriGDSTransportType.

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

 <simpleType name="esriGDSTransportType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriGDSTransportTypeEmbedded"/>
     <enumeration value="esriGDSTransportTypeUrl"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriGDSTransportType esriGDSTransportTypeEmbedded
           
static EsriGDSTransportType esriGDSTransportTypeUrl
           
 
Constructor Summary
EsriGDSTransportType()
           
 
Method Summary
static EsriGDSTransportType fromString(String value)
          Deprecated. 
static EsriGDSTransportType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriGDSTransportType valueOf(String name)
           
static EsriGDSTransportType[] 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

esriGDSTransportTypeEmbedded

public static final EsriGDSTransportType esriGDSTransportTypeEmbedded

esriGDSTransportTypeUrl

public static final EsriGDSTransportType esriGDSTransportTypeUrl
Constructor Detail

EsriGDSTransportType

public EsriGDSTransportType()
Method Detail

values

public static final EsriGDSTransportType[] values()

valueOf

public static EsriGDSTransportType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriGDSTransportType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum