Enum Class ReportingTypeCodeContentType

java.lang.Object
java.lang.Enum<ReportingTypeCodeContentType>
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.ReportingTypeCodeContentType
All Implemented Interfaces:
Serializable, Comparable<ReportingTypeCodeContentType>, Constable

public enum ReportingTypeCodeContentType extends Enum<ReportingTypeCodeContentType>

Java class for ReportingTypeCodeContentType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ReportingTypeCodeContentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Airline"/>
     <enumeration value="ARC"/>
     <enumeration value="BSP"/>
     <enumeration value="Not applicable"/>
   </restriction>
 </simpleType>