public class RootExecutionFrame extends Object implements ExecutionFrame
| Modifier and Type | Field and Description |
|---|---|
static ExecutionFrame |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAllValues() |
Object |
getRootObject() |
Object |
getValue(String symbol) |
boolean |
isDefined(String symbol) |
void |
setRootObject(Object v) |
void |
setValue(String symbol,
Object value) |
public static final ExecutionFrame INSTANCE
public Object getValue(String symbol)
getValue in interface ExecutionFramepublic boolean isDefined(String symbol)
isDefined in interface ExecutionFramepublic void setValue(String symbol, Object value)
setValue in interface ExecutionFramepublic Map<String,Object> getAllValues()
getAllValues in interface ExecutionFramepublic void setRootObject(Object v)
setRootObject in interface ExecutionFramepublic Object getRootObject()
getRootObject in interface ExecutionFrameCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.