Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static Model.Type |
Model.Type.DEFAULT_VALUE
The default model type.
|
Modifier and Type | Method and Description |
---|---|
static Model.Type |
Model.Type.findType(String typeId) |
Model.Type |
Model.getModelType(Repository.UnitOfWork transaction) |
static Model.Type |
Model.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.Type[] |
Model.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setModelType(Repository.UnitOfWork transaction,
Model.Type newModelType) |
Modifier and Type | Method and Description |
---|---|
Model.Type |
ModelImpl.getModelType(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
ModelImpl.setModelType(Repository.UnitOfWork uow,
Model.Type newModelType) |
Copyright © 2013–2019. All rights reserved.