public class KeyValuePairAlpha extends java.lang.Object implements KeyValuePair
DataVariableChoice
,
VariableChoice
Constructor and Description |
---|
KeyValuePairAlpha(java.lang.String key,
java.lang.String value)
Constructs a new pair of numeric key and its value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the key of the pair.
|
java.lang.String |
getValue()
Returns the value of the pair.
|
public KeyValuePairAlpha(java.lang.String key, java.lang.String value)
key
- the key of the pairvalue
- the value of the pairpublic java.lang.String getKey()
getKey
in interface KeyValuePair
public java.lang.String getValue()
getValue
in interface KeyValuePair
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de