Uses of Enum Class
io.github.projectunified.cronutils.model.field.value.SpecialChar
Packages that use SpecialChar
Package
Description
-
Uses of SpecialChar in io.github.projectunified.cronutils.model.field.constraint
Methods in io.github.projectunified.cronutils.model.field.constraint that return types with arguments of type SpecialCharConstructor parameters in io.github.projectunified.cronutils.model.field.constraint with type arguments of type SpecialCharModifierConstructorDescriptionFieldConstraints(Map<String, Integer> stringMapping, Map<Integer, Integer> intMapping, Set<SpecialChar> specialChars, int startRange, int endRange, boolean strictRange) Constructor. -
Uses of SpecialChar in io.github.projectunified.cronutils.model.field.expression
Methods in io.github.projectunified.cronutils.model.field.expression with parameters of type SpecialCharModifier and TypeMethodDescriptionstatic BetweenFieldExpressionFactory.between(SpecialChar from, int to) static OnFieldExpressionFactory.on(int time, SpecialChar specialChar) static OnFieldExpressionFactory.on(int time, SpecialChar specialChar, int nth) static OnFieldExpressionFactory.on(SpecialChar specialChar) -
Uses of SpecialChar in io.github.projectunified.cronutils.model.field.value
Methods in io.github.projectunified.cronutils.model.field.value that return SpecialCharModifier and TypeMethodDescriptionSpecialCharFieldValue.getValue()static SpecialCharReturns the enum constant of this class with the specified name.static SpecialChar[]SpecialChar.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.projectunified.cronutils.model.field.value with parameters of type SpecialChar