public class SonicEsbAddressType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__null |
static java.lang.String |
_ENDPOINT |
static SonicEsbAddressType |
_null |
static java.lang.String |
_PROCESS |
static java.lang.String |
_SERVICE |
private static java.util.HashMap |
_table_ |
private java.lang.String |
_value_ |
static SonicEsbAddressType |
ENDPOINT |
static SonicEsbAddressType |
PROCESS |
static SonicEsbAddressType |
SERVICE |
Modifier | Constructor and Description |
---|---|
protected |
SonicEsbAddressType(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static SonicEsbAddressType |
fromString(java.lang.String value) |
static SonicEsbAddressType |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
private java.lang.String _value_
private static java.util.HashMap _table_
public static final java.lang.String __null
public static final java.lang.String _SERVICE
public static final java.lang.String _PROCESS
public static final java.lang.String _ENDPOINT
public static final SonicEsbAddressType _null
public static final SonicEsbAddressType SERVICE
public static final SonicEsbAddressType PROCESS
public static final SonicEsbAddressType ENDPOINT
public java.lang.String getValue()
public static SonicEsbAddressType fromValue(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static SonicEsbAddressType fromString(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object