Class EnumerationType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    @Deprecated
    public class EnumerationType
    extends ComposedType
    Deprecated.
    since ages - please use {see de.hybris.platform.core.model.enumeration.EnumerationMetaTypeModel} instead.
    A special composed type describing enumeration types.

    Enumeration types may have sorted and resortable instances. Mostly enumeration types describe EnumerationValue item instances but any item type may be value type of a enumeration type too.

    See Also:
    Serialized Form
    • Field Detail

      • COMPARATION_ATTRIBUTE

        public static final java.lang.String COMPARATION_ATTRIBUTE
        Deprecated.
        For sorted enumerations: the comparation attribute attribute string constant.
        See Also:
        Constant Field Values
      • IS_SORTED

        public static final java.lang.String IS_SORTED
        Deprecated.
        The sorted attribute string constant.
        See Also:
        Constant Field Values
      • IS_RESORTABLE

        public static final java.lang.String IS_RESORTABLE
        Deprecated.
        The resortable attribute string constant.
        See Also:
        Constant Field Values
      • VALUES

        public static final java.lang.String VALUES
        Deprecated.
        The enumeration values attribute string constant.
        See Also:
        Constant Field Values
      • VALUE_TYPE

        public static final java.lang.String VALUE_TYPE
        Deprecated.
        The value type attribute string constant.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumerationType

        public EnumerationType()
        Deprecated.