java.lang.Object
java.lang.Enum<ResAuthType>
org.jboss.shrinkwrap.descriptor.api.javaee7.ResAuthType
All Implemented Interfaces:
Serializable, Comparable<ResAuthType>, java.lang.constant.Constable

public enum ResAuthType extends Enum<ResAuthType>
This class implements the res-authType xsd type
  • Enum Constant Details

    • _APPLICATION

      public static final ResAuthType _APPLICATION
    • _CONTAINER

      public static final ResAuthType _CONTAINER
  • Method Details

    • values

      public static ResAuthType[] 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 ResAuthType 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<ResAuthType>
    • getFromStringValue

      public static ResAuthType getFromStringValue(String value)