Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static Parameter.Direction |
Parameter.Direction.DEFAULT_VALUE
The default direction.
|
Modifier and Type | Method and Description |
---|---|
static Parameter.Direction |
Parameter.Direction.fromValue(String value) |
Parameter.Direction |
Parameter.getDirection(Repository.UnitOfWork transaction) |
static Parameter.Direction |
Parameter.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Direction[] |
Parameter.Direction.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.setDirection(Repository.UnitOfWork transaction,
Parameter.Direction newDirection) |
Modifier and Type | Method and Description |
---|---|
Parameter.Direction |
ParameterImpl.getDirection(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterImpl.setDirection(Repository.UnitOfWork uow,
Parameter.Direction newDirection) |
Copyright © 2013–2019. All rights reserved.