| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
SimpleInteger |
PropertyRef.first() |
SimpleInteger |
Ref.value() |
static SimpleInteger |
SimpleInteger.value(long value) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SimpleInteger> |
PropertyRefOptional.first() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyRefOptional |
PropertyRefOptional.first(SimpleInteger first) |
static PropertyRef |
PropertyRef.first(SimpleInteger first) |
static Ref |
Ref.value(SimpleInteger value) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyRefOptional |
PropertyRefOptional.first(Optional<SimpleInteger> first) |
| Constructor and Description |
|---|
PropertyRef(SimpleInteger first) |
Ref(SimpleInteger value) |
| Constructor and Description |
|---|
PropertyRefOptional(Optional<SimpleInteger> first) |
Copyright © 2023. All rights reserved.