|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.data.Field
public class Field
an instance of a field in the text file
Constructor Summary | |
---|---|
Field(FieldDef f,
TextValue v)
|
Method Summary | |
---|---|
FieldDef |
getFielddef()
get definition object |
java.lang.String |
getName()
name of the field |
TextValue |
getValue()
get value |
void |
toXml(org.w3c.dom.Document doc,
org.w3c.dom.Node fieldNode)
convert to xml |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Field(FieldDef f, TextValue v)
Method Detail |
---|
public TextValue getValue()
public FieldDef getFielddef()
public java.lang.String getName()
public void toXml(org.w3c.dom.Document doc, org.w3c.dom.Node fieldNode) throws java.lang.Exception
doc
- node
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |