Enum Class LengthUnitCodeContentType

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

public enum LengthUnitCodeContentType extends Enum<LengthUnitCodeContentType>

Java class for LengthUnitCodeContentType.

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

 <simpleType name="LengthUnitCodeContentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CMT"/>
     <enumeration value="FOT"/>
     <enumeration value="INH"/>
     <enumeration value="MTR"/>
   </restriction>
 </simpleType>