Enum Class ConsentStatus

java.lang.Object
java.lang.Enum<ConsentStatus>
org.emau.icmvc.ganimed.ttp.cm2.dto.enums.ConsentStatus
All Implemented Interfaces:
Serializable, Comparable<ConsentStatus>, Constable

public enum ConsentStatus extends Enum<ConsentStatus>
wie wurde ein modul (und damit die enthaltenen policies) innerhalb eines consents konsentiert?
Author:
geidell
  • Enum Constant Details

  • Method Details

    • values

      public static ConsentStatus[] 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 ConsentStatus 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
    • getConsentStatusType

      public ConsentStatusType getConsentStatusType()
    • getObsolete

      public String getObsolete()
    • valueOfIncludingObsolete

      public static ConsentStatus valueOfIncludingObsolete(String name)
      Returns the enum constant of this type with the specified name or an obsoleted form of a former name.
      Parameters:
      name - the name or an obsoleted form of a former name
      Returns:
      enum constant with the specified name or its obsoleted form
      Throws:
      IllegalArgumentException - – if this enum type has no constant with the specified name including obsoleted forms of a former names.
      See Also:
    • getAllConsentStatusForType

      public static List<ConsentStatus> getAllConsentStatusForType(ConsentStatusType csType)
    • getStringForType

      public static String getStringForType(ConsentStatusType csType)