Class CometConditionMenue

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CometPublicationConditionMenue

public class CometConditionMenue extends CometStatement

Java class for the Condition Menu configuration type

.
See Also:
  • Constructor Details

    • CometConditionMenue

      public CometConditionMenue()
      Instantiates a new comet condition menue.
    • CometConditionMenue

      public CometConditionMenue(Statement.StatementDescriptor type)
      Instantiates a new comet condition menue.
      Parameters:
      type - the type
    • CometConditionMenue

      public CometConditionMenue(int id, String name)
      Instantiates a new comet condition menue.
      Parameters:
      id - the id
      name - the name
    • CometConditionMenue

      public CometConditionMenue(int id, String name, Statement.StatementDescriptor type)
      Instantiates a new comet condition menue.
      Parameters:
      id - the id
      name - the name
      type - the type
  • Method Details

    • getKeyword

      public String getKeyword()
      Gets the keyword.
      Returns:
      the keyword
    • setKeyword

      public void setKeyword(String keyword)
      Sets the keyword.
      Parameters:
      keyword - the new keyword