public class ContextData extends Object implements Serializable
| Constructor and Description |
|---|
ContextData(String context,
Map<String,?> data)
Creates a new ContextData object for the given context containing the specified data values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Retrieves the context for which this ContextData was created.
|
Map<String,?> |
getData()
Retrieves the live values for the data ids..
|
Copyright © 2016 Eclipse Stardust. All Rights Reserved.