Enum Class ComponentPositionCodeContentType

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

public enum ComponentPositionCodeContentType extends Enum<ComponentPositionCodeContentType>

Java class for ComponentPositionCodeContentType.

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

 <simpleType name="ComponentPositionCodeContentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="After"/>
     <enumeration value="Before"/>
   </restriction>
 </simpleType>