Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static Column.Searchable |
Column.Searchable.DEFAULT_VALUE
The default value for the searchable property.
|
Modifier and Type | Method and Description |
---|---|
Column.Searchable |
Column.getSearchable(Repository.UnitOfWork transaction) |
static Column.Searchable |
Column.Searchable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Searchable[] |
Column.Searchable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Column.setSearchable(Repository.UnitOfWork transaction,
Column.Searchable newSearchable) |
Modifier and Type | Method and Description |
---|---|
Column.Searchable |
ColumnImpl.getSearchable(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnImpl.setSearchable(Repository.UnitOfWork transaction,
Column.Searchable newSearchable) |
Copyright © 2013–2019. All rights reserved.