com.ibm.commerce.catalog.facade.datatypes

Class AssociationNameEnumeration

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


    public final class AssociationNameEnumeration
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Association Name Enumeration', and utility methods for working with them. Enumeration of association names.
    See Also:
    CatalogPackage.getAssociationNameEnumeration()
    • Field Detail

      • CROSS_SELL

        public static final int CROSS_SELL
        The 'Cross Sell' literal value.

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

        See Also:
        CROSS_SELL_LITERAL, Constant Field Values
      • UP_SELL

        public static final int UP_SELL
        The 'Up Sell' literal value.

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

        See Also:
        UP_SELL_LITERAL, Constant Field Values
      • ACCESSORY

        public static final int ACCESSORY
        The 'Accessory' literal value.

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

        See Also:
        ACCESSORY_LITERAL, Constant Field Values
      • REPLACEMENT

        public static final int REPLACEMENT
        The 'Replacement' literal value.

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

        See Also:
        REPLACEMENT_LITERAL, Constant Field Values
      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Association Name Enumeration' enumerators.
    • Method Detail

      • get

        public static AssociationNameEnumeration get(java.lang.String literal)
        Returns the 'Association Name Enumeration' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static AssociationNameEnumeration getByName(java.lang.String name)
        Returns the 'Association Name Enumeration' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static AssociationNameEnumeration get(int value)
        Returns the 'Association Name Enumeration' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.