Enum HTEVariantCategory

    • Field Detail

      • EHTEVC_ALIGNMENT_ERROR_VALUE

        public static final int EHTEVC_ALIGNMENT_ERROR_VALUE
        The 'EHTEVC Alignment Error' literal value. * Ошибка выравнивания заголовков.
        See Also:
        EHTEVC_ALIGNMENT_ERROR, Constant Field Values
      • EHTEVC_WIDTH_ERROR_VALUE

        public static final int EHTEVC_WIDTH_ERROR_VALUE
        The 'EHTEVC Width Error' literal value. * Ширина элемента меньше минимальной.
        See Also:
        EHTEVC_WIDTH_ERROR, Constant Field Values
      • EHTEVC_GROUP_WIDTH_ERROR_VALUE

        public static final int EHTEVC_GROUP_WIDTH_ERROR_VALUE
        The 'EHTEVC Group Width Error' literal value. * Ширина группы больше заданной.
        See Also:
        EHTEVC_GROUP_WIDTH_ERROR, Constant Field Values
      • EHTEVC_GROUP_HEIGHT_ERROR_VALUE

        public static final int EHTEVC_GROUP_HEIGHT_ERROR_VALUE
        The 'EHTEVC Group Height Error' literal value. * Высота группы больше заданной.
        See Also:
        EHTEVC_GROUP_HEIGHT_ERROR, Constant Field Values
      • EHTEVC_FORM_WIDTH_ERROR_VALUE

        public static final int EHTEVC_FORM_WIDTH_ERROR_VALUE
        The 'EHTEVC Form Width Error' literal value. * Ширина формы меньше заданной.
        See Also:
        EHTEVC_FORM_WIDTH_ERROR, Constant Field Values
      • EHTEVC_FORM_HEIGHT_ERROR_VALUE

        public static final int EHTEVC_FORM_HEIGHT_ERROR_VALUE
        The 'EHTEVC Form Height Error' literal value. * Высота формы меньше заданной.
        See Also:
        EHTEVC_FORM_HEIGHT_ERROR, Constant Field Values
      • VALUES

        public static final List<HTEVariantCategory> VALUES
        A public read-only list of all the 'HTE Variant Category' enumerators.
    • Method Detail

      • values

        public static HTEVariantCategory[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (HTEVariantCategory c : HTEVariantCategory.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HTEVariantCategory valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • get

        public static HTEVariantCategory get​(String literal)
        Returns the 'HTE Variant Category' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static HTEVariantCategory getByName​(String name)
        Returns the 'HTE Variant Category' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static HTEVariantCategory get​(int value)
        Returns the 'HTE Variant Category' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.
      • getValue

        public int getValue()
        Specified by:
        getValue in interface org.eclipse.emf.common.util.Enumerator
      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.emf.common.util.Enumerator
      • getLiteral

        public String getLiteral()
        Specified by:
        getLiteral in interface org.eclipse.emf.common.util.Enumerator