| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected ForcedTypeObjectType |
ForcedType.objectType |
| Modifier and Type | Method and Description |
|---|---|
static ForcedTypeObjectType |
ForcedTypeObjectType.fromValue(String v) |
ForcedTypeObjectType |
ForcedType.getObjectType()
Whether this forced type should apply to all object types, or only to specific ones
|
static ForcedTypeObjectType |
ForcedTypeObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForcedTypeObjectType[] |
ForcedTypeObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForcedType.setObjectType(ForcedTypeObjectType value)
Whether this forced type should apply to all object types, or only to specific ones
|
ForcedType |
ForcedType.withObjectType(ForcedTypeObjectType value)
Whether this forced type should apply to all object types, or only to specific ones
|
Copyright © 2021. All rights reserved.