public interface Property
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String name,
Context context)
This method defines the behavior of the following expression.
|
void |
set(java.lang.String name,
java.lang.Object value,
Context context)
This method defines the behavior of the following expression.
|
void set(java.lang.String name, java.lang.Object value, Context context)
aProperty . name = value
name
- the name.value
- the value.context
- the context in which the expression is evaluated.java.lang.Object get(java.lang.String name, Context context)
aProperty . name
name
- the name.context
- the context in which the expression is evaluated.