public final class KKeyRepository extends Object
CatalogField and Catalog enums.
Repository is a singleton. It can be retrieved by getInstance() method.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<KKey> |
getAllKKeys() |
com.google.common.collect.ImmutableList<KKey> |
getCharacteristicKKeys() |
static KKeyRepository |
getInstance() |
KKeyMetadata |
getMetadataFor(KKey kKey)
Finds
metadata for a given K-key. |
com.google.common.collect.ImmutableList<KKey> |
getPartKKeys() |
com.google.common.collect.ImmutableList<KKey> |
getValueKKeys() |
public static KKeyRepository getInstance()
public KKeyMetadata getMetadataFor(KKey kKey)
metadata for a given K-key.
Returns null if there is no metadata for the given K-key.
kKey - public com.google.common.collect.ImmutableList<KKey> getAllKKeys()
public com.google.common.collect.ImmutableList<KKey> getPartKKeys()
public com.google.common.collect.ImmutableList<KKey> getCharacteristicKKeys()
public com.google.common.collect.ImmutableList<KKey> getValueKKeys()
Copyright © 2018. All rights reserved.