| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
static IntervalHours |
IntervalHours.fromValue(Object value) |
IntervalHours |
Repetition.intervalHours() |
static IntervalHours |
IntervalHours.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalHours[] |
IntervalHours.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Repetition.BuilderWithIntervalHours |
Repetition.BuilderWithNumber.intervalHours(IntervalHours intervalHours) |
Repetition |
Repetition.withIntervalHours(IntervalHours intervalHours) |
| Constructor and Description |
|---|
Repetition(NumRepetitions number,
IntervalHours intervalHours) |
Copyright © 2023. All rights reserved.