java.lang.Object
java.lang.Enum<ServiceStatus>
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.ServiceStatus
All Implemented Interfaces:
Serializable, Comparable<ServiceStatus>, Constable

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

    • GRANTED

      public static final ServiceStatus GRANTED
    • WITHDRAWN

      public static final ServiceStatus WITHDRAWN
    • RECOGNISED_AT_NATIONAL_LEVEL

      public static final ServiceStatus RECOGNISED_AT_NATIONAL_LEVEL
    • DEPRECATED_AT_NATIONAL_LEVEL

      public static final ServiceStatus DEPRECATED_AT_NATIONAL_LEVEL
    • UNRECOGNIZED

      public static final ServiceStatus UNRECOGNIZED
  • Method Details

    • values

      public static ServiceStatus[] 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 ServiceStatus 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
    • getUri

      public String getUri()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ServiceStatus>