public class ExpressionKind extends Object implements Serializable
| Constructor and Description |
|---|
ExpressionKind() |
ExpressionKind(String type) |
ExpressionKind(String type,
String interpreter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpressionType() |
String |
getInterpreter() |
String |
getType() |
int |
hashCode() |
void |
setInterpreter(String interpreter) |
void |
setType(String type) |
String |
toString() |
public static final String NONE
public ExpressionKind()
public ExpressionKind(String type)
Copyright © 2019 Bonitasoft S.A.. All rights reserved.