Class Operaction

  • All Implemented Interfaces:
    Serializable

    public class Operaction
    extends Object
    implements Serializable
    The operator action to be taken when this event occurs with state controlling if action takes place. The menutext gets displayed in the UI.
    See Also:
    Serialized Form
    • Constructor Detail

      • Operaction

        public Operaction()
    • Method Detail

      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • setState

        public void setState​(StateType state)
      • getMenutext

        public String getMenutext()
      • setMenutext

        public void setMenutext​(String menutext)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object