Class ExpressionKind

java.lang.Object
org.bonitasoft.engine.expression.model.ExpressionKind
All Implemented Interfaces:
Serializable

public class ExpressionKind extends Object implements Serializable
Used to identify a kind of expression e.g. for constant kind is : [ type = TYPE_CONSTANT, interpreter = null ] for groovy kind is : [ type = TYPE_READ_SCRIPT, interpreter = GROOVY ]
Author:
Baptiste Mesta
See Also:
  • Field Details

  • Constructor Details

    • ExpressionKind

      public ExpressionKind()
    • ExpressionKind

      public ExpressionKind(String type)
    • ExpressionKind

      public ExpressionKind(String type, String interpreter)
  • Method Details

    • getExpressionType

      public String getExpressionType()
    • getInterpreter

      public String getInterpreter()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setInterpreter

      public void setInterpreter(String interpreter)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object