com.ibm.commerce.catalog.facade.datatypes

Class AssociationTypeCodeEnumeration

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


    public final class AssociationTypeCodeEnumeration
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Association Type Code Enumeration', and utility methods for working with them. Enumeration of association types.
    See Also:
    CatalogPackage.getAssociationTypeCodeEnumeration()
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static AssociationTypeCodeEnumeration get(int value)
      Returns the 'Association Type Code Enumeration' literal with the specified integer value.
      static AssociationTypeCodeEnumeration get(java.lang.String literal)
      Returns the 'Association Type Code Enumeration' literal with the specified literal value.
      static AssociationTypeCodeEnumeration getByName(java.lang.String name)
      Returns the 'Association 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

      • MERCHANDIZING_ASSOCIATION

        public static final int MERCHANDIZING_ASSOCIATION
        The 'Merchandizing Association' literal value.

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

        See Also:
        MERCHANDIZING_ASSOCIATION_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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