com.esri.arcgisws
Class EsriGDSImportFormat

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

public final class EsriGDSImportFormat
extends Enum

Java class for esriGDSImportFormat.

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

 <simpleType name="esriGDSImportFormat">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriGDSImportFormatXmlWorkspace"/>
     <enumeration value="esriGDSImportFormatFileGDB"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriGDSImportFormatXmlWorkspace

public static final EsriGDSImportFormat esriGDSImportFormatXmlWorkspace

esriGDSImportFormatFileGDB

public static final EsriGDSImportFormat esriGDSImportFormatFileGDB
Constructor Detail

EsriGDSImportFormat

public EsriGDSImportFormat()
Method Detail

values

public static final EsriGDSImportFormat[] values()

valueOf

public static EsriGDSImportFormat valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriGDSImportFormat fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum