Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static Function.Determinism |
Function.Determinism.DEFAULT_VALUE
The default value is .
|
Modifier and Type | Method and Description |
---|---|
Function.Determinism |
Function.getDeterminism(Repository.UnitOfWork transaction) |
static Function.Determinism |
Function.Determinism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function.Determinism[] |
Function.Determinism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Function.setDeterminism(Repository.UnitOfWork transaction,
Function.Determinism newDeterminism) |
Modifier and Type | Method and Description |
---|---|
Function.Determinism |
FunctionImpl.getDeterminism(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionImpl.setDeterminism(Repository.UnitOfWork transaction,
Function.Determinism newDeterminism) |
Copyright © 2013–2019. All rights reserved.