Enum Xacml20Status

java.lang.Object
java.lang.Enum<Xacml20Status>
org.openehealth.ipf.commons.ihe.xacml20.Xacml20Status
All Implemented Interfaces:
Serializable, Comparable<Xacml20Status>, java.lang.constant.Constable

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

    • SUCCESS

      public static final Xacml20Status SUCCESS
    • REQUESTER_ERROR

      public static final Xacml20Status REQUESTER_ERROR
    • RESPONDER_ERROR

      public static final Xacml20Status RESPONDER_ERROR
    • VERSION_MISMATCH

      public static final Xacml20Status VERSION_MISMATCH
    • EPR_NOT_HOLDER

      public static final Xacml20Status EPR_NOT_HOLDER
  • Method Details

    • values

      public static Xacml20Status[] 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 Xacml20Status 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
    • getCode

      public String getCode()