| Modifier and Type | Field and Description |
|---|---|
protected String |
instruction |
protected Logger |
log |
protected String |
title |
protected String |
type |
| Constructor and Description |
|---|
AbstractForm(tigase.xml.Element form) |
AbstractForm(String type,
String title,
String instruction) |
| Modifier and Type | Method and Description |
|---|---|
tigase.xml.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 tigase.xml.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 © 2020 Tigase. All rights reserved.