Enum Class BagDisclosureRuleTypeCodeContentType

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

public enum BagDisclosureRuleTypeCodeContentType extends Enum<BagDisclosureRuleTypeCodeContentType>

Java class for BagDisclosureRuleTypeCodeContentType.

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

 <simpleType name="BagDisclosureRuleTypeCodeContentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="D"/>
     <enumeration value="N"/>
     <enumeration value="Other"/>
     <enumeration value="Y"/>
   </restriction>
 </simpleType>