com.esri.arcgisws
Class EsriWorkspaceType

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

public final class EsriWorkspaceType
extends Enum

Java class for esriWorkspaceType.

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

 <simpleType name="esriWorkspaceType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriFileSystemWorkspace"/>
     <enumeration value="esriLocalDatabaseWorkspace"/>
     <enumeration value="esriRemoteDatabaseWorkspace"/>
   </restriction>
 </simpleType>
 
Workspace types.

See Also:
Serialized Form

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

esriFileSystemWorkspace

public static final EsriWorkspaceType esriFileSystemWorkspace

esriLocalDatabaseWorkspace

public static final EsriWorkspaceType esriLocalDatabaseWorkspace

esriRemoteDatabaseWorkspace

public static final EsriWorkspaceType esriRemoteDatabaseWorkspace
Constructor Detail

EsriWorkspaceType

public EsriWorkspaceType()
Method Detail

values

public static final EsriWorkspaceType[] values()

valueOf

public static EsriWorkspaceType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriWorkspaceType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum