com.ibm.commerce.catalog.facade.datatypes

Class ProductItemTypeCodeEnumeration

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


    public final class ProductItemTypeCodeEnumeration
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Product Item Type Code Enumeration', and utility methods for working with them. Product item types. Although the types ended with 'Bean' (ProductBean, ItemBean) are not part of the enumeration but they are supported as string type.
    See Also:
    CatalogPackage.getProductItemTypeCodeEnumeration()
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static ProductItemTypeCodeEnumeration get(int value)
      Returns the 'Product Item Type Code Enumeration' literal with the specified integer value.
      static ProductItemTypeCodeEnumeration get(java.lang.String literal)
      Returns the 'Product Item Type Code Enumeration' literal with the specified literal value.
      static ProductItemTypeCodeEnumeration getByName(java.lang.String name)
      Returns the 'Product Item Type Code Enumeration' literal with the specified name.
      • Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator

        getLiteral, getName, getValue, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • PRODUCT

        public static final int PRODUCT
        The 'Product' literal value.

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

        See Also:
        PRODUCT_LITERAL, Constant Field Values
      • ITEM

        public static final int ITEM
        The 'Item' literal value.

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

        See Also:
        ITEM_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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