Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected RoutineType |
Routine.routineType |
Modifier and Type | Method and Description |
---|---|
static RoutineType |
RoutineType.fromValue(String v) |
RoutineType |
Routine.getRoutineType()
Gets the value of the routineType property.
|
static RoutineType |
RoutineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutineType[] |
RoutineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Routine.setRoutineType(RoutineType value)
Sets the value of the routineType property.
|
Routine |
Routine.withRoutineType(RoutineType value) |
Copyright © 2019. All rights reserved.