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