Enum ExtendedCodeAreaColorsGroup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ExtendedCodeAreaColorsGroup>, org.exbin.bined.color.CodeAreaColorGroup

    @ParametersAreNonnullByDefault
    public enum ExtendedCodeAreaColorsGroup
    extends java.lang.Enum<ExtendedCodeAreaColorsGroup>
    implements org.exbin.bined.color.CodeAreaColorGroup
    Enumeration of color groups for extended code area.
    • Method Detail

      • values

        public static ExtendedCodeAreaColorsGroup[] 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 (ExtendedCodeAreaColorsGroup c : ExtendedCodeAreaColorsGroup.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ExtendedCodeAreaColorsGroup valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getId

        @Nonnull
        public java.lang.String getId()
        Specified by:
        getId in interface org.exbin.bined.color.CodeAreaColorGroup