public interface ServerDataStoreEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getServerDataStoreEntry()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the value of the 'Key' attribute.
|
ServerData |
getValue()
Returns the value of the 'Value' reference.
|
void |
setKey(java.lang.String value)
Sets the value of the '
Key' attribute. |
void |
setValue(ServerData value)
Sets the value of the '
Value' reference. |
java.lang.String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String),
RfcPackage.getServerDataStoreEntry_Key()void setKey(java.lang.String value)
Key' attribute.
value - the new value of the 'Key' attribute.getKey()ServerData getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(ServerData),
RfcPackage.getServerDataStoreEntry_Value()void setValue(ServerData value)
Value' reference.
value - the new value of the 'Value' reference.getValue()Copyright © 2015 Red Hat, Inc.. All Rights Reserved.