Enum ConstraintType.Type

java.lang.Object
java.lang.Enum<ConstraintType.Type>
org.jboss.resteasy.api.validation.ConstraintType.Type
All Implemented Interfaces:
Serializable, Comparable<ConstraintType.Type>
Enclosing class:
ConstraintType

public static enum ConstraintType.Type extends Enum<ConstraintType.Type>
Version:
$Revision: 1.1 $ Copyright May 25, 2013
Author:
Ron Sigal
  • Enum Constant Details

  • Method Details

    • values

      public static ConstraintType.Type[] 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 ConstraintType.Type 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