Enum Class QWACProfile

java.lang.Object
java.lang.Enum<QWACProfile>
eu.europa.esig.dss.enumerations.QWACProfile
All Implemented Interfaces:
Serializable, Comparable<QWACProfile>, Constable

public enum QWACProfile extends Enum<QWACProfile>
Contains QWAC profiles as per ETSI TS 119 411-5
  • Enum Constant Details

  • Method Details

    • values

      public static QWACProfile[] 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 QWACProfile 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
    • getReadable

      public String getReadable()
      Gets the user-friendly label
      Returns:
      String
    • fromReadable

      public static QWACProfile fromReadable(String readable)
      Gets the QWACProfile from readbale String
      Parameters:
      readable - String
      Returns:
      QWACProfile