public class DeliveryStatus extends java.lang.Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static DeliveryStatus |
NOTSHIPPED
Generated enum value for DeliveryStatus.NOTSHIPPED declared at extension core.
|
static DeliveryStatus |
PARTSHIPPED
Generated enum value for DeliveryStatus.PARTSHIPPED declared at extension core.
|
static DeliveryStatus |
SHIPPED
Generated enum value for DeliveryStatus.SHIPPED declared at extension core.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this object to the specified object.
|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
DeliveryStatus. |
java.lang.String |
toString()
Returns the code representing this enum value.
|
static DeliveryStatus |
valueOf(java.lang.String code)
Returns a DeliveryStatus instance representing the specified enum value.
|
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static final DeliveryStatus NOTSHIPPED
public static final DeliveryStatus PARTSHIPPED
public static final DeliveryStatus SHIPPED
public boolean equals(java.lang.Object obj)
true
if and only if the argument is not null and is an DeliveryStatus
object that contains the enum value code as this object.equals in class java.lang.Objectobj - the object to compare with.true if the objects are the same;
false otherwise.public java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValuepublic int hashCode()
DeliveryStatus.hashCode in class java.lang.Objectcode
represented by this DeliveryStatus object.public java.lang.String toString()
toString in class java.lang.Objectpublic static DeliveryStatus valueOf(java.lang.String code)
code - an enum valueCopyright © 2018 SAP SE. All Rights Reserved.