Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static SchemaElement.SchemaElementType |
SchemaElement.SchemaElementType.DEFAULT_VALUE
The default type.
|
Modifier and Type | Method and Description |
---|---|
static SchemaElement.SchemaElementType |
SchemaElement.SchemaElementType.fromValue(String value) |
SchemaElement.SchemaElementType |
SchemaElement.getSchemaElementType(Repository.UnitOfWork transaction) |
static SchemaElement.SchemaElementType |
SchemaElement.SchemaElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaElement.SchemaElementType[] |
SchemaElement.SchemaElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaElement.setSchemaElementType(Repository.UnitOfWork transaction,
SchemaElement.SchemaElementType newSchemaElementType) |
Modifier and Type | Method and Description |
---|---|
SchemaElement.SchemaElementType |
TableImpl.getSchemaElementType(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
TableImpl.setSchemaElementType(Repository.UnitOfWork uow,
SchemaElement.SchemaElementType newSchemaElementType) |
Copyright © 2013–2019. All rights reserved.