Uses of Enum Class
io.github.projectunified.cronutils.model.field.CronFieldName
Packages that use CronFieldName
Package
Description
-
Uses of CronFieldName in io.github.projectunified.cronutils.descriptor
Method parameters in io.github.projectunified.cronutils.descriptor with type arguments of type CronFieldNameModifier and TypeMethodDescriptionCronDescriptor.describeDayOfMonth(Map<CronFieldName, CronField> fields) Provide description for day of month.CronDescriptor.describeDayOfWeek(Map<CronFieldName, CronField> fields, Map<CronFieldName, FieldDefinition> definitions) Provide description for day of week.CronDescriptor.describeHHmmss(Map<CronFieldName, CronField> fields) Provide description for hours, minutes and seconds.CronDescriptor.describeMonth(Map<CronFieldName, CronField> fields) Provide description for month.CronDescriptor.describeYear(Map<CronFieldName, CronField> fields) Provide description for a year. -
Uses of CronFieldName in io.github.projectunified.cronutils.model
Methods in io.github.projectunified.cronutils.model that return types with arguments of type CronFieldNameModifier and TypeMethodDescriptionCompositeCron.retrieveFieldsAsMap()Cron.retrieveFieldsAsMap()Retrieve all cron field values as map.RebootCron.retrieveFieldsAsMap()Retrieve all cron field values as map.SingleCron.retrieveFieldsAsMap()Retrieve all cron field values as map.Methods in io.github.projectunified.cronutils.model with parameters of type CronFieldNameModifier and TypeMethodDescriptionCompositeCron.retrieve(CronFieldName name) Cron.retrieve(CronFieldName name) Retrieve value for cron field.RebootCron.retrieve(CronFieldName name) Retrieve value for cron field.SingleCron.retrieve(CronFieldName name) Retrieve value for cron field. -
Uses of CronFieldName in io.github.projectunified.cronutils.model.definition
Methods in io.github.projectunified.cronutils.model.definition that return types with arguments of type CronFieldNameModifier and TypeMethodDescriptionCronDefinition.retrieveFieldDefinitionsAsMap()Retrieve all cron field definitions values as map.Methods in io.github.projectunified.cronutils.model.definition with parameters of type CronFieldNameModifier and TypeMethodDescriptionbooleanCronDefinition.containsFieldDefinition(CronFieldName cronFieldName) Returnstrueif this cron contains a field definition for field name.CronDefinition.getFieldDefinition(CronFieldName cronFieldName) Returns field definition for field name of this cron. -
Uses of CronFieldName in io.github.projectunified.cronutils.model.field
Methods in io.github.projectunified.cronutils.model.field that return CronFieldNameModifier and TypeMethodDescriptionCronField.getField()static CronFieldNameReturns the enum constant of this class with the specified name.static CronFieldName[]CronFieldName.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 with parameters of type CronFieldNameModifierConstructorDescriptionCronField(CronFieldName field, FieldExpression expression, FieldConstraints constraints) -
Uses of CronFieldName in io.github.projectunified.cronutils.model.field.constraint
Methods in io.github.projectunified.cronutils.model.field.constraint with parameters of type CronFieldNameModifier and TypeMethodDescriptionFieldConstraintsBuilder.forField(CronFieldName field) Creates range constraints according to CronFieldName parameter. -
Uses of CronFieldName in io.github.projectunified.cronutils.model.field.definition
Fields in io.github.projectunified.cronutils.model.field.definition declared as CronFieldNameMethods in io.github.projectunified.cronutils.model.field.definition that return CronFieldNameConstructors in io.github.projectunified.cronutils.model.field.definition with parameters of type CronFieldNameModifierConstructorDescriptionDayOfWeekFieldDefinition(CronFieldName fieldName, FieldConstraints constraints, boolean optional, WeekDay mondayDoWValue) Constructor.FieldDayOfWeekDefinitionBuilder(CronDefinitionBuilder cronDefinitionBuilder, CronFieldName fieldName) Constructor.FieldDefinition(CronFieldName fieldName, FieldConstraints constraints) Mandatory field Constructor.FieldDefinition(CronFieldName fieldName, FieldConstraints constraints, boolean optional) Constructor.FieldDefinitionBuilder(CronDefinitionBuilder cronDefinitionBuilder, CronFieldName fieldName) Constructor.FieldQuestionMarkDefinitionBuilder(CronDefinitionBuilder cronDefinitionBuilder, CronFieldName fieldName) Constructor.FieldSpecialCharsDefinitionBuilder(CronDefinitionBuilder parserBuilder, CronFieldName fieldName) Constructor. -
Uses of CronFieldName in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser that return CronFieldNameConstructors in io.github.projectunified.cronutils.parser with parameters of type CronFieldNameModifierConstructorDescriptionCronParserField(CronFieldName fieldName, FieldConstraints constraints) Mandatory CronParserField Constructor.CronParserField(CronFieldName fieldName, FieldConstraints constraints, boolean optional) Constructor.