public class ContextEntryImpl extends Object implements ContextEntry
| Constructor and Description |
|---|
ContextEntryImpl() |
ContextEntryImpl(String key,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelFinderVisitor visitor,
long modelId) |
boolean |
equals(Object o) |
Expression |
getExpression() |
String |
getKey() |
int |
hashCode() |
void |
setExpression(Expression expression) |
void |
setKey(String key) |
String |
toString() |
public ContextEntryImpl()
public ContextEntryImpl(String key, Expression expression)
public String getKey()
getKey in interface ContextEntrypublic void setKey(String key)
public Expression getExpression()
getExpression in interface ContextEntrypublic void setExpression(Expression expression)
public void accept(ModelFinderVisitor visitor, long modelId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.