Package wt.option

Class BasicExpressionData

java.lang.Object
wt.option.BasicExpressionData
All Implemented Interfaces:
Serializable, wt.option.ExpressionData

public class BasicExpressionData extends Object implements wt.option.ExpressionData
Basic expression data. Encapsulating the information about basic expression.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • toString

      public String toString()
      Override the objects toString method to return BasicExpressionData in String format

      Supported API: true
      Overrides:
      toString in class Object