public class DeliveryInsurance
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__null |
static java.lang.String |
_AT_LEAST_ONCE |
static java.lang.String |
_EXACTLY_ONCE |
static DeliveryInsurance |
_null |
private static java.util.HashMap |
_table_ |
private java.lang.String |
_value_ |
static DeliveryInsurance |
AT_LEAST_ONCE |
static DeliveryInsurance |
EXACTLY_ONCE |
Modifier | Constructor and Description |
---|---|
protected |
DeliveryInsurance(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static DeliveryInsurance |
fromString(java.lang.String value) |
static DeliveryInsurance |
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 _AT_LEAST_ONCE
public static final java.lang.String _EXACTLY_ONCE
public static final DeliveryInsurance _null
public static final DeliveryInsurance AT_LEAST_ONCE
public static final DeliveryInsurance EXACTLY_ONCE
public java.lang.String getValue()
public static DeliveryInsurance fromValue(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static DeliveryInsurance 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