com.ibm.commerce.catalog.facade.datatypes

Class KitTypeCodeEnumeration

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


    public final class KitTypeCodeEnumeration
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Kit Type Code Enumeration', and utility methods for working with them. Kit component types. Although the types ended with 'Bean' (PackageBean, BundleBean, DynamicKitBean, PredDynaKitBean) are not part of the enumeration but they are supported as string type.
    See Also:
    CatalogPackage.getKitTypeCodeEnumeration()
    • Field Detail

      • PACKAGE

        public static final int PACKAGE
        The 'Package' literal value.

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

        See Also:
        PACKAGE_LITERAL, Constant Field Values
      • BUNDLE

        public static final int BUNDLE
        The 'Bundle' literal value.

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

        See Also:
        BUNDLE_LITERAL, Constant Field Values
      • DYNAMIC_KIT

        public static final int DYNAMIC_KIT
        The 'Dynamic Kit' literal value.

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

        See Also:
        DYNAMIC_KIT_LITERAL, Constant Field Values
      • STATIC_KIT

        public static final int STATIC_KIT
        The 'Static Kit' literal value.

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

        See Also:
        STATIC_KIT_LITERAL, Constant Field Values
      • DYNAMIC_KIT_PREDEFINED_CONFIGURATION

        public static final int DYNAMIC_KIT_PREDEFINED_CONFIGURATION
        The 'Dynamic Kit Predefined Configuration' literal value.

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

        See Also:
        DYNAMIC_KIT_PREDEFINED_CONFIGURATION_LITERAL, Constant Field Values
      • PREDEFINED_DYNAMIC_KIT

        public static final int PREDEFINED_DYNAMIC_KIT
        The 'Predefined Dynamic Kit' literal value.

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

        See Also:
        PREDEFINED_DYNAMIC_KIT_LITERAL, Constant Field Values
      • VALUES

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

      • get

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

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

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