Enum Class ServiceStatusCodeContentType
java.lang.Object
java.lang.Enum<ServiceStatusCodeContentType>
de.hybris.platform.oneorderfacades.oneorder.osin.ServiceStatusCodeContentType
- All Implemented Interfaces:
Serializable,Comparable<ServiceStatusCodeContentType>,Constable
Java class for ServiceStatusCodeContentType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ServiceStatusCodeContentType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CONFIRMED"/>
<enumeration value="DELIVERED"/>
<enumeration value="EXPIRED"/>
<enumeration value="FAILED TO DELIVER"/>
<enumeration value="IN PROGRESS"/>
<enumeration value="UNABLE"/>
<enumeration value="NOT CLAIMED"/>
<enumeration value="READY TO DELIVER"/>
<enumeration value="READY TO PROCEED"/>
<enumeration value="REMOVED"/>
<enumeration value="REQUESTED"/>
<enumeration value="SUSPENDED"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDelivery provider (cabin crew) is in a position to start delivery of the Service.Service delivery successfully completed by the Delivery Provider.The service was delivered partiallyDelivery of the service failed.Service delivery by delivery provider is in progress.Customer did not claim the service delivery as expected by the Delivery Provider (e.g.Provider is in a position to start delivery of the service.Airline is in a position to start delivery of the Service, or in a position to allow a Delivery Provider to prepare the serviceService delivery successfully completed by the Delivery Provider to the passenger on-board.Service is ready to be ordered from the Delivery Provider.Delivery provider was successfully informed about the service he has to deliver.It is not possible for the DP to deliver a Service. -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceStatusCodeContentTypevalue()static ServiceStatusCodeContentTypeReturns the enum constant of this class with the specified name.static ServiceStatusCodeContentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONFIRMED
Delivery provider (cabin crew) is in a position to start delivery of the Service. -
DELIVERED
Service delivery successfully completed by the Delivery Provider. -
EXPIRED
The service was delivered partially -
FAILED_TO_DELIVER
Delivery of the service failed. For example, the passenger was denied boarding. -
IN_PROGRESS
Service delivery by delivery provider is in progress. -
UNABLE
It is not possible for the DP to deliver a Service. This could be for reasons of availability, legal or regulatory constraint. -
NOT_CLAIMED
Customer did not claim the service delivery as expected by the Delivery Provider (e.g. no show). -
READY_TO_DELIVER
Provider is in a position to start delivery of the service. -
READY_TO_PROCEED
Airline is in a position to start delivery of the Service, or in a position to allow a Delivery Provider to prepare the service -
REMOVED
Service delivery successfully completed by the Delivery Provider to the passenger on-board. -
REQUESTED
Service is ready to be ordered from the Delivery Provider. (I.e. it has not been ordered as yet!). -
SUSPENDED
Delivery provider was successfully informed about the service he has to deliver.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-