public interface KeyValue extends java.lang.Comparable<KeyValue>, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Returns the code that the value is for
|
java.lang.String |
getConcept()
Returns the key (concept/dimension) that this KeyValue is for
|