com.ibm.commerce.catalog.facade.datatypes

Class KitComponentTypeCodeEnumeration

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


    public final class KitComponentTypeCodeEnumeration
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Kit Component Type Code Enumeration', and utility methods for working with them. Kit component types.
    See Also:
    CatalogPackage.getKitComponentTypeCodeEnumeration()
    • Method Detail

      • get

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

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

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