Class ChatLog.Option

  • Enclosing class:
    ChatLog


    public static class ChatLog.Option
    extends java.lang.Object
    Model definition of an agent questionnaire option item
    • Constructor Summary

      Constructors 
      Constructor and Description
      Option(java.lang.String label) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLabel()
      Label of the option message
      boolean isSelected()
      Selected state of this option
      void select()
      Marks this option as selected
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Option

        public Option(java.lang.String label)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Label of the option message
        Returns:
        label text
      • isSelected

        public boolean isSelected()
        Selected state of this option
        Returns:
        true if selected, false otherwise
      • select

        public void select()
        Marks this option as selected