Uses of Class
cz.diribet.aqdef.catalog.CatalogField
-
Packages that use CatalogField Package Description cz.diribet.aqdef.catalog -
-
Uses of CatalogField in cz.diribet.aqdef.catalog
Methods in cz.diribet.aqdef.catalog that return CatalogField Modifier and Type Method Description static CatalogFieldCatalogField. forKKey(KKey kKey)static CatalogFieldCatalogField. idFieldOfCatalog(Catalog catalog)Gets thefieldwhich is identifier (surrogate key) of the given catalog.static CatalogFieldCatalogField. 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.Methods in cz.diribet.aqdef.catalog that return types with arguments of type CatalogField Modifier and Type Method Description static List<CatalogField>CatalogField. fieldsOfCatalog(Catalog catalog)Method parameters in cz.diribet.aqdef.catalog with type arguments of type CatalogField Modifier and Type Method Description static List<KKey>CatalogField. getKKeysOfCatalog(Catalog catalog, Predicate<CatalogField> predicate)
-