Uses of Class
io.github.projectunified.cronutils.model.field.value.IntegerFieldValue
Packages that use IntegerFieldValue
Package
Description
-
Uses of IntegerFieldValue in io.github.projectunified.cronutils.model.field.expression
Methods in io.github.projectunified.cronutils.model.field.expression that return IntegerFieldValueModifier and TypeMethodDescriptionOn.getNth()Every.getPeriod()RandomExpression.getRandomValue(int min, int max) Get random value within the range considering step if specifiedOn.getTime()Constructors in io.github.projectunified.cronutils.model.field.expression with parameters of type IntegerFieldValueModifierConstructorDescriptionEvery(FieldExpression expression, IntegerFieldValue period) Every(IntegerFieldValue time) On(IntegerFieldValue time) On(IntegerFieldValue time, SpecialCharFieldValue specialChar) On(IntegerFieldValue time, SpecialCharFieldValue specialChar, IntegerFieldValue nth) -
Uses of IntegerFieldValue in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser that return IntegerFieldValueModifier and TypeMethodDescriptionprotected IntegerFieldValueFieldParser.mapToIntegerFieldValue(String string) Methods in io.github.projectunified.cronutils.parser with parameters of type IntegerFieldValueModifier and TypeMethodDescriptionprotected OnFieldParser.parseOnWithL(String exp, IntegerFieldValue daysBefore)