Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static ParameterMode |
ParameterMode.getFromStringValue(String value) |
ParameterMode |
StoredProcedureParameter.getMode()
Returns the
mode attribute |
static ParameterMode |
ParameterMode.valueOf(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 |
---|---|
StoredProcedureParameter<T> |
StoredProcedureParameter.mode(ParameterMode mode)
Sets the
mode attribute |
Copyright © 2018 JBoss by Red Hat. All rights reserved.