Package tigase.form

Class AbstractForm

  • Direct Known Subclasses:
    Form

    public class AbstractForm
    extends Object

    Created: 2007-05-27 11:41:02

    Author:
    bmalkow
    • Field Detail

      • log

        protected final Logger log
      • instruction

        protected String instruction
      • title

        protected String title
    • Constructor Detail

      • AbstractForm

        public AbstractForm​(tigase.xml.Element form)
    • Method Detail

      • getElement

        public tigase.xml.Element getElement()
      • getInstruction

        public String getInstruction()
      • setInstruction

        public void setInstruction​(String instruction)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getTypeOrElse

        public String getTypeOrElse​(String defValue)
      • isType

        public boolean isType​(String type)