Package wt.option

Class ComplexExpressionData

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

public class ComplexExpressionData extends Object implements wt.option.ExpressionData
Complex expression data. Encapsulating the information about advanced expression and expression members for advanced expression.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • toString

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

      Supported API: true
      Overrides:
      toString in class Object
      Returns:
      returns json string. The format will be like 1. {"expression":"EXP1","members":[{"expression":"EnUS / Fr","description":" English and French","id":"EXP1"}]} 2. {"expression":"EXP1 || EXP2","members":[{"expression":"\"8-MP\" && \"8GB\"","description":"","id":"EXP1"},{"expression":"\"6-MP\" && \"16GB\"","description":"","id":"EXP2"}]}