public class KeyValue
extends java.lang.Object
| Constructor and Description |
|---|
KeyValue()
Instantiates a new key value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the key.
|
java.lang.String |
getValue()
Gets the value.
|
EdmType |
getValueType()
Gets the value type.
|
public java.lang.String getKey()
public java.lang.String getValue()
public EdmType getValueType()