Class VerbalChoiceToken

java.lang.Object
oracle.rules.sdk2.dictionary.VerbalChoiceToken

public class VerbalChoiceToken extends Object
Since:
12.1.2
Author:
gopandey
  • Method Details

    • getParameter

      public DSLParameter getParameter()
    • getPropertyIndex

      public int getPropertyIndex()
    • getTokenType

      public VerbalChoiceToken.Type getTokenType()
    • getValue

      public String getValue()
    • getExpression

      public Expression getExpression()
    • getChoices

      public List<Choice> getChoices()
    • isParameter

      public boolean isParameter()
    • setValue

      public void setValue(String value)
    • isEmpty

      public boolean isEmpty()
    • mustShow

      public boolean mustShow()
    • toString

      public String toString()
      Overrides:
      toString in class Object