com.ibm.commerce.search.facade.datatypes

Class AssociationEnumerationType

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


    public final class AssociationEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Association Enumeration Type', and utility methods for working with them. The defined association types between the search terms and the associated terms.
    See Also:
    SearchPackage.getAssociationEnumerationType()
    • Field Detail

      • SYNONYM

        public static final int SYNONYM
        The 'Synonym' literal value.

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

        See Also:
        SYNONYM_LITERAL, Constant Field Values
      • SEARCH_FOR_INSTEAD

        public static final int SEARCH_FOR_INSTEAD
        The 'Search For Instead' literal value.

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

        See Also:
        SEARCH_FOR_INSTEAD_LITERAL, Constant Field Values
      • ALSO_SEARCH_FOR

        public static final int ALSO_SEARCH_FOR
        The 'Also Search For' literal value.

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

        See Also:
        ALSO_SEARCH_FOR_LITERAL, Constant Field Values
      • LANDING_PAGE_URL

        public static final int LANDING_PAGE_URL
        The 'Landing Page URL' literal value.

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

        See Also:
        LANDING_PAGE_URL_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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