Enum Class ResolverType

java.lang.Object
java.lang.Enum<ResolverType>
com.sun.ts.tests.el.common.util.ResolverType
All Implemented Interfaces:
Serializable, Comparable<ResolverType>, Constable

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

    • EMPLOYEE_ELRESOLVER

      public static final ResolverType EMPLOYEE_ELRESOLVER
    • VARIABLE_ELRESOLVER

      public static final ResolverType VARIABLE_ELRESOLVER
    • VECT_ELRESOLVER

      public static final ResolverType VECT_ELRESOLVER
    • SINGLE_IDENTIFER_ELRESOLVER

      public static final ResolverType SINGLE_IDENTIFER_ELRESOLVER
  • Method Details

    • values

      public static ResolverType[] 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 ResolverType 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