com.esri.arcgisws
Class EsriReplicaModelType

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

public final class EsriReplicaModelType
extends Enum

Java class for esriReplicaModelType.

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

 <simpleType name="esriReplicaModelType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriModelTypeFullGeodatabase"/>
     <enumeration value="esriModelTypeSimple"/>
   </restriction>
 </simpleType>
 
Indicates how the data will be represented in the checked-out database.

See Also:
Serialized Form

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

esriModelTypeFullGeodatabase

public static final EsriReplicaModelType esriModelTypeFullGeodatabase

esriModelTypeSimple

public static final EsriReplicaModelType esriModelTypeSimple
Constructor Detail

EsriReplicaModelType

public EsriReplicaModelType()
Method Detail

values

public static final EsriReplicaModelType[] values()

valueOf

public static EsriReplicaModelType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriReplicaModelType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum