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