com.esri.arcgisws
Class EsriRelKeyType

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

public final class EsriRelKeyType
extends Enum

Java class for esriRelKeyType.

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

 <simpleType name="esriRelKeyType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriRelKeyTypeSingle"/>
     <enumeration value="esriRelKeyTypeDual"/>
   </restriction>
 </simpleType>
 
Build mode for keys in mult-set Relationship Classes

See Also:
Serialized Form

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

esriRelKeyTypeSingle

public static final EsriRelKeyType esriRelKeyTypeSingle

esriRelKeyTypeDual

public static final EsriRelKeyType esriRelKeyTypeDual
Constructor Detail

EsriRelKeyType

public EsriRelKeyType()
Method Detail

values

public static final EsriRelKeyType[] values()

valueOf

public static EsriRelKeyType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriRelKeyType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum