|
Textractor API textractor-716 (20091105163204) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.mg4j.document.TextractorFieldInfo
public final class TextractorFieldInfo
Holds information about the fields supported by this factory.
| Field Summary | |
|---|---|
protected String |
name
The name of the field. |
protected Properties |
properties
Additional properties for this field. |
protected DocumentFactory.FieldType |
type
The type of the field. |
protected TextractorWordReader |
wordReader
The word reader used for the field. |
| Constructor Summary | |
|---|---|
TextractorFieldInfo(String fieldName)
Construct a new FieldInfo object for this factory. |
|
TextractorFieldInfo(String fieldNameVal,
DocumentFactory.FieldType typeVal,
TextractorWordReader wordReaderVal)
Create a new one, fully populated. |
|
| Method Summary | |
|---|---|
String |
getName()
|
Properties |
getProperties()
|
DocumentFactory.FieldType |
getType()
|
TextractorWordReader |
getWordReader()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String name
protected DocumentFactory.FieldType type
protected TextractorWordReader wordReader
protected final Properties properties
| Constructor Detail |
|---|
public TextractorFieldInfo(String fieldName)
fieldName - name of the field
public TextractorFieldInfo(String fieldNameVal,
DocumentFactory.FieldType typeVal,
TextractorWordReader wordReaderVal)
fieldNameVal - the field nametypeVal - the tpewordReaderVal - the wordReader| Method Detail |
|---|
public TextractorWordReader getWordReader()
public DocumentFactory.FieldType getType()
public String getName()
public Properties getProperties()
public String toString()
toString in class Object
|
Textractor API textractor-716 (20091105163204) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||