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