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 String getTitle()
public String getType()
public boolean isType(String type)
public void setInstruction(String instruction)
public void setTitle(String title)
public void setType(String type)
Copyright © 2018 "Tigase, Inc.". All rights reserved.