com.esri.arcgisws
Class EsriRelKeyRole

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

public final class EsriRelKeyRole
extends Enum

Java class for esriRelKeyRole.

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

 <simpleType name="esriRelKeyRole">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriRelKeyRoleOriginPrimary"/>
     <enumeration value="esriRelKeyRoleDestinationPrimary"/>
     <enumeration value="esriRelKeyRoleOriginForeign"/>
     <enumeration value="esriRelKeyRoleDestinationForeign"/>
   </restriction>
 </simpleType>
 
Key role in the multi-set Relationship Class

See Also:
Serialized Form

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

esriRelKeyRoleOriginPrimary

public static final EsriRelKeyRole esriRelKeyRoleOriginPrimary

esriRelKeyRoleDestinationPrimary

public static final EsriRelKeyRole esriRelKeyRoleDestinationPrimary

esriRelKeyRoleOriginForeign

public static final EsriRelKeyRole esriRelKeyRoleOriginForeign

esriRelKeyRoleDestinationForeign

public static final EsriRelKeyRole esriRelKeyRoleDestinationForeign
Constructor Detail

EsriRelKeyRole

public EsriRelKeyRole()
Method Detail

values

public static final EsriRelKeyRole[] values()

valueOf

public static EsriRelKeyRole valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriRelKeyRole fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum