| Package | Description |
|---|---|
| cz.diribet.aqdef.catalog |
| Modifier and Type | Method and Description |
|---|---|
static CatalogField |
CatalogField.forKKey(KKey kKey) |
static CatalogField |
CatalogField.idFieldOfCatalog(Catalog catalog)
Gets the
field which is identifier (surrogate key) of the given catalog. |
static CatalogField |
CatalogField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogField[] |
CatalogField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CatalogField> |
CatalogField.fieldsOfCatalog(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
static List<KKey> |
CatalogField.getKKeysOfCatalog(Catalog catalog,
Predicate<CatalogField> predicate) |
Copyright © 2019. All rights reserved.