Modifier and Type | Field and Description |
---|---|
protected String |
instruction |
protected Logger |
log |
protected String |
title |
protected String |
type |
Constructor and Description |
---|
AbstractForm(Element form) |
AbstractForm(String type,
String title,
String instruction) |
Modifier and Type | Method and Description |
---|---|
Element |
getElement() |
String |
getInstruction() |
String |
getTitle() |
String |
getType() |
String |
getTypeOrElse(String defValue) |
boolean |
isType(String type) |
void |
setInstruction(String instruction) |
void |
setTitle(String title) |
void |
setType(String type) |
protected final Logger log
protected String instruction
protected String title
protected String type
public AbstractForm(Element form)
public Element getElement()
public String getInstruction()
public void setInstruction(String instruction)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public boolean isType(String type)
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.