com.ibm.commerce.catalog.facade.datatypes

Class AttributeDataCodeTypeEnumeration

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.commerce.catalog.facade.datatypes.AttributeDataCodeTypeEnumeration
  • All Implemented Interfaces:
    org.eclipse.emf.common.util.Enumerator


    public final class AttributeDataCodeTypeEnumeration
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Attribute Data Code Type Enumeration', and utility methods for working with them. Attribute data type names.
    See Also:
    CatalogPackage.getAttributeDataCodeTypeEnumeration()
    • Field Detail

      • STRING

        public static final int STRING
        The 'String' literal value.

        If the meaning of 'String' literal object isn't clear, there really should be more of a description here...

        See Also:
        STRING_LITERAL, Constant Field Values
      • INTEGER

        public static final int INTEGER
        The 'Integer' literal value.

        If the meaning of 'Integer' literal object isn't clear, there really should be more of a description here...

        See Also:
        INTEGER_LITERAL, Constant Field Values
      • FLOAT

        public static final int FLOAT
        The 'Float' literal value.

        If the meaning of 'Float' literal object isn't clear, there really should be more of a description here...

        See Also:
        FLOAT_LITERAL, Constant Field Values
      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Attribute Data Code Type Enumeration' enumerators.
    • Method Detail

      • get

        public static AttributeDataCodeTypeEnumeration get(java.lang.String literal)
        Returns the 'Attribute Data Code Type Enumeration' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static AttributeDataCodeTypeEnumeration getByName(java.lang.String name)
        Returns the 'Attribute Data Code Type Enumeration' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static AttributeDataCodeTypeEnumeration get(int value)
        Returns the 'Attribute Data Code Type Enumeration' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.