Enum Class PreTrial.PreTrialState

java.lang.Object
java.lang.Enum<PreTrial.PreTrialState>
com.vaadin.pro.licensechecker.PreTrial.PreTrialState
All Implemented Interfaces:
Serializable, Comparable<PreTrial.PreTrialState>, java.lang.constant.Constable
Enclosing class:
PreTrial

public static enum PreTrial.PreTrialState extends Enum<PreTrial.PreTrialState>
Represents the state of a pre-trial.
  • Enum Constant Details

    • START_ALLOWED

      public static final PreTrial.PreTrialState START_ALLOWED
      Indicates that the pre-trial process is permitted to start.
    • ACCESS_DENIED

      public static final PreTrial.PreTrialState ACCESS_DENIED
      Indicates that the pre-trial does not allow using a specific commercial product.
    • RUNNING

      public static final PreTrial.PreTrialState RUNNING
      Indicates that the pre-trial period is currently active and ongoing.
    • EXPIRED

      public static final PreTrial.PreTrialState EXPIRED
      Indicates that the pre-trial period has concluded and is no longer active.
  • Method Details

    • values

      public static PreTrial.PreTrialState[] 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 PreTrial.PreTrialState 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