Uses of Enum Class
com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Packages that use PreTrial.PreTrialState
-
Uses of PreTrial.PreTrialState in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return PreTrial.PreTrialStateModifier and TypeMethodDescriptionPreTrial.getTrialState()Retrieves the current state of the pre-trial instance.static PreTrial.PreTrialStateReturns the enum constant of this class with the specified name.static PreTrial.PreTrialState[]PreTrial.PreTrialState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.pro.licensechecker with parameters of type PreTrial.PreTrialStateModifierConstructorDescriptionPreTrial(String trialName, PreTrial.PreTrialState trialState, int daysRemaining, int daysRemainingUntilRenewal)