Enum Class ReflectionUtils.SearchOptions

java.lang.Object
java.lang.Enum<ReflectionUtils.SearchOptions>
nz.org.riskscape.ReflectionUtils.SearchOptions
All Implemented Interfaces:
Serializable, Comparable<ReflectionUtils.SearchOptions>, Constable
Enclosing class:
ReflectionUtils

public static enum ReflectionUtils.SearchOptions extends Enum<ReflectionUtils.SearchOptions>
  • Enum Constant Details

    • SEARCH_INTERFACES

      public static final ReflectionUtils.SearchOptions SEARCH_INTERFACES

      will search through interfaces for the desired interface, as well as classes

  • Method Details

    • values

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

      public static ReflectionUtils.SearchOptions valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null