public class ExpressionImpl extends Object implements Expression
| Constructor and Description |
|---|
ExpressionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelFinderVisitor visitor,
long modelId) |
Expression |
copy() |
boolean |
equals(Object o) |
String |
getContent() |
List<Expression> |
getDependencies() |
String |
getExpressionType() |
long |
getId()
Gets the unique object identifier.
|
String |
getInterpreter() |
String |
getName() |
String |
getReturnType() |
int |
hashCode() |
boolean |
isEquivalent(Expression e) |
void |
setContent(String content) |
void |
setDependencies(List<Expression> dependencies) |
void |
setExpressionType(String expressionType) |
void |
setId(long id) |
void |
setInterpreter(String interpreter) |
void |
setName(String name) |
void |
setReturnType(String returnType) |
String |
toString() |
public long getId()
BaseElementgetId in interface BaseElementpublic void setId(long id)
public String getName()
getName in interface Expressionpublic void setName(String name)
public String getContent()
getContent in interface Expressionpublic String getExpressionType()
getExpressionType in interface Expressionpublic String getReturnType()
getReturnType in interface Expressionpublic String getInterpreter()
getInterpreter in interface Expressionpublic List<Expression> getDependencies()
getDependencies in interface Expressionpublic void setContent(String content)
public void setExpressionType(String expressionType)
public void setReturnType(String returnType)
public void setInterpreter(String interpreter)
public void setDependencies(List<Expression> dependencies)
public Expression copy()
copy in interface Expressionpublic void accept(ModelFinderVisitor visitor, long modelId)
public boolean isEquivalent(Expression e)
isEquivalent in interface ExpressionCopyright © 2018 Bonitasoft S.A.. All rights reserved.