| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
DogBreed |
Breeding.breed() |
static DogBreed |
DogBreed.fromValue(Object value) |
static DogBreed |
DogBreed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DogBreed[] |
DogBreed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Breeding.BuilderWithBreed |
Breeding.BuilderWithBreeder.breed(DogBreed breed) |
Breeding |
Breeding.withBreed(DogBreed breed) |
| Constructor and Description |
|---|
Breeding(String breeder,
DogBreed breed) |
Copyright © 2023. All rights reserved.