Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected ParameterMode |
Parameter.parameterMode |
Modifier and Type | Method and Description |
---|---|
static ParameterMode |
ParameterMode.fromValue(java.lang.String v) |
ParameterMode |
Parameter.getParameterMode()
Gets the value of the parameterMode property.
|
static ParameterMode |
ParameterMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterMode[] |
ParameterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameter.setParameterMode(ParameterMode value)
Sets the value of the parameterMode property.
|
Parameter |
Parameter.withParameterMode(ParameterMode value) |
Copyright © 2018. All Rights Reserved.