public interface GenericParameterObject
Modifier and Type | Method and Description |
---|---|
Object |
get(String key)
Returns the object of the given key.
|
String |
getAsString(String key)
Returns the object of the given key as String.
|
void |
put(String key,
Object value)
Saves an object to the key.
|
Object get(String key)
key
- The given key to return the value.String getAsString(String key)
key
- The given key to return a value as String.Copyright © 2017 neusta software development GmbH. All rights reserved.