Package cz.diribet.aqdef.model
Interface IHasKKeyValues
-
- All Known Implementing Classes:
AqdefObjectModel.CharacteristicEntries,AqdefObjectModel.Entries,AqdefObjectModel.GroupEntries,AqdefObjectModel.PartEntries,AqdefObjectModel.ValueEntries,CharacteristicEntriesAggregator,ValueEntriesAggregator
public interface IHasKKeyValuesSimple interface that enable access to object fields using K-keys.- Author:
- Vlastimil Dolejs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetValue(KKey kKey)
-
-
-
Method Detail
-
getValue
<T> T getValue(KKey kKey)
-
-