com.esri.arcgisws
Class EsriTimeRelation

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

public final class EsriTimeRelation
extends Enum

Java class for esriTimeRelation.

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

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

See Also:
Serialized Form

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

esriTimeRelationOverlaps

public static final EsriTimeRelation esriTimeRelationOverlaps
Constructor Detail

EsriTimeRelation

public EsriTimeRelation()
Method Detail

values

public static final EsriTimeRelation[] values()

valueOf

public static EsriTimeRelation valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriTimeRelation fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum