Constructor and Description |
---|
SerialFieldTag(java.lang.String kind,
java.lang.String text)
Create a serial field tag.
|
Modifier and Type | Method and Description |
---|---|
com.nomagic.magicreport.engine.ITool.HTMLString |
getFieldDescription()
Return the field comment.
|
java.lang.String |
getFieldName()
Return the serializable field name.
|
java.lang.String |
getFieldType()
Return the field type string.
|
com.nomagic.magicreport.engine.ITool.HTMLString |
getText()
Return the text of this tag.
|
getInlineTags, getKind, getRawText, toString
public SerialFieldTag(java.lang.String kind, java.lang.String text)
kind
- the kind of tag that this Tag representstext
- the text of this tagpublic java.lang.String getFieldName()
public com.nomagic.magicreport.engine.ITool.HTMLString getFieldDescription()
public java.lang.String getFieldType()