Class Expression

java.lang.Object
org.csstudio.opibuilder.script.Expression

public class Expression extends Object
The expression data for a rule.
  • Constructor Details

    • Expression

      public Expression(String booleanExpression, Object value)
  • Method Details

    • getBooleanExpression

      public final String getBooleanExpression()
      Returns:
      the booleanExpression
    • setBooleanExpression

      public void setBooleanExpression(String booleanExpression)
      Parameters:
      booleanExpression - the booleanExpression to set
    • getValue

      public final Object getValue()
      Returns:
      the value
    • setValue

      public void setValue(Object value)
      Parameters:
      value - the value to set
    • getCopy

      public Expression getCopy()