com.esri.arcgisws
Class EsriRelNotification

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

public final class EsriRelNotification
extends Enum

Java class for esriRelNotification.

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

 <simpleType name="esriRelNotification">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriRelNotificationNone"/>
     <enumeration value="esriRelNotificationForward"/>
     <enumeration value="esriRelNotificationBackward"/>
     <enumeration value="esriRelNotificationBoth"/>
   </restriction>
 </simpleType>
 
Relationship Notification Direction.

See Also:
Serialized Form

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

esriRelNotificationNone

public static final EsriRelNotification esriRelNotificationNone

esriRelNotificationForward

public static final EsriRelNotification esriRelNotificationForward

esriRelNotificationBackward

public static final EsriRelNotification esriRelNotificationBackward

esriRelNotificationBoth

public static final EsriRelNotification esriRelNotificationBoth
Constructor Detail

EsriRelNotification

public EsriRelNotification()
Method Detail

values

public static final EsriRelNotification[] values()

valueOf

public static EsriRelNotification valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriRelNotification fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum