public interface PersistentPropertyProvider
| Modifier and Type | Method and Description |
|---|---|
PersistentProperty |
get(String key)
Return the current value of the property with the given name.
|
String |
remove(String key)
Remove the property with the given name.
|
List<PersistentProperty> |
retrieveAll()
Retrieve the list of all current persisted properties.
|
String |
set(String key,
String value)
Set the value of the given property.
|
List<PersistentProperty> retrieveAll()
PersistentProperty get(String key)
key - the name of the property to return.String set(String key, String value)
key - the name of the property to set.value - the value for the property.Copyright © 2018 Orbital Enterprises. All rights reserved.