public class Label
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.dom4j.Element |
bestPractices |
protected static boolean |
debug
Description of the Field
|
Constructor and Description |
---|
Label() |
Label(int level)
Constructor for the Label object
|
Modifier and Type | Method and Description |
---|---|
protected void |
addDebugInfo(org.dom4j.Element e) |
org.dom4j.Element |
getElement()
build up the label Element
|
java.lang.String |
getFieldType() |
java.lang.String |
getText() |
static void |
main(java.lang.String[] args)
The main program for the Label class
|
static void |
pp(org.dom4j.Node node)
Description of the Method
|
void |
setDebugInfo(java.lang.String info) |
void |
setFieldType(java.lang.String type) |
void |
setLabelClass(java.lang.String klass)
Sets the labelClass attribute of the Label object
|
void |
setText(java.lang.String text)
Sets the text attribute of the Label object
|
protected static boolean debug
public org.dom4j.Element bestPractices
public Label()
public Label(int level)
level
- Description of the Parameterpublic void setText(java.lang.String text)
text
- The new text valuepublic java.lang.String getText()
public void setFieldType(java.lang.String type)
public java.lang.String getFieldType()
public void setDebugInfo(java.lang.String info)
public void setLabelClass(java.lang.String klass)
klass
- The new labelClass valuepublic static void main(java.lang.String[] args)
args
- The command line argumentspublic org.dom4j.Element getElement()
protected void addDebugInfo(org.dom4j.Element e)
public static void pp(org.dom4j.Node node)