Package de.hybris.platform.core.enums
Class DeliveryStatus
java.lang.Object
de.hybris.platform.core.enums.DeliveryStatus
- All Implemented Interfaces:
HybrisEnumValue,Serializable
Generated enum DeliveryStatus declared at extension core.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final DeliveryStatusGenerated enum value for DeliveryStatus.NOTSHIPPED declared at extension core.static final DeliveryStatusGenerated enum value for DeliveryStatus.PARTSHIPPED declared at extension core.static final DeliveryStatusGenerated enum value for DeliveryStatus.SHIPPED declared at extension core.static final StringGenerated simple class name constant. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this object to the specified object.getCode()Gets the code of this enum value.getType()Gets the type this enum value belongs to.inthashCode()Returns a hash code for thisDeliveryStatus.toString()Returns the code representing this enum value.static DeliveryStatusReturns a DeliveryStatus instance representing the specified enum value.
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Generated simple class name constant.- See Also:
-
NOTSHIPPED
Generated enum value for DeliveryStatus.NOTSHIPPED declared at extension core. -
PARTSHIPPED
Generated enum value for DeliveryStatus.PARTSHIPPED declared at extension core. -
SHIPPED
Generated enum value for DeliveryStatus.SHIPPED declared at extension core.
-
-
Method Details
-
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is anDeliveryStatusobject that contains the enum valuecodeas this object. -
getCode
Gets the code of this enum value.- Specified by:
getCodein interfaceHybrisEnumValue- Returns:
- code of value
-
getType
Gets the type this enum value belongs to.- Specified by:
getTypein interfaceHybrisEnumValue- Returns:
- code of type
-
hashCode
public int hashCode()Returns a hash code for thisDeliveryStatus. -
toString
Returns the code representing this enum value. -
valueOf
Returns a DeliveryStatus instance representing the specified enum value.- Parameters:
code- an enum value- Returns:
- a DeliveryStatus instance representing value.
-