com.esri.arcgisws
Class EsriRelNotification
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriRelNotification
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriRelNotification
- extends java.lang.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
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 |
esriRelNotificationNone
public static final EsriRelNotification esriRelNotificationNone
esriRelNotificationForward
public static final EsriRelNotification esriRelNotificationForward
esriRelNotificationBackward
public static final EsriRelNotification esriRelNotificationBackward
esriRelNotificationBoth
public static final EsriRelNotification esriRelNotificationBoth
EsriRelNotification
public EsriRelNotification()
values
public static final EsriRelNotification[] values()
valueOf
public static EsriRelNotification valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriRelNotification fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriRelNotification fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum