public interface IProfileContext
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(java.lang.String name)
Retrieves a value from the context.
|
void |
set(java.lang.String name,
java.lang.String value)
Sets a value into the context.
|
void set(java.lang.String name,
java.lang.String value)
name - property namevalue - property valuejava.lang.String get(java.lang.String name)
name - property name