java.lang.Object
java.lang.Enum<SearchType>
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection.SearchType
All Implemented Interfaces:
Serializable, Comparable<SearchType>, java.lang.constant.Constable

public enum SearchType
extends Enum<SearchType>
  • Enum Constant Details

    • searchString

      public static final SearchType searchString
    • searchInteger

      public static final SearchType searchInteger
    • searchDouble

      public static final SearchType searchDouble
    • searchBoolean

      public static final SearchType searchBoolean
    • searchColor

      public static final SearchType searchColor
  • Method Details

    • values

      public static SearchType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SearchType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SearchType>
    • getSetOfSearchTypes

      public static HashSet<SearchType> getSetOfSearchTypes()
    • getSetOfNumericSearchTypes

      public static HashSet<SearchType> getSetOfNumericSearchTypes()
    • getSetOfColorSearchTypes

      public static HashSet<SearchType> getSetOfColorSearchTypes()