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 ExecutionFrame
public boolean isDefined(String symbol)
isDefined
in interface ExecutionFrame
public void setValue(String symbol, Object value)
setValue
in interface ExecutionFrame
public Map<String,Object> getAllValues()
getAllValues
in interface ExecutionFrame
public void setRootObject(Object v)
setRootObject
in interface ExecutionFrame
public Object getRootObject()
getRootObject
in interface ExecutionFrame
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.