public abstract class AbstractDocumentFactory extends Object implements DocumentFactory
DocumentFactory.FieldType| Constructor and Description |
|---|
AbstractDocumentFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureFieldIndex(int index)
Checks that the index is correct (between 0, inclusive, and
DocumentFactory.numberOfFields(),
exclusive), and throws an IndexOutOfBoundsException if the index is not correct. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, fieldIndex, fieldName, fieldType, getDocument, numberOfFieldsprotected void ensureFieldIndex(int index)
DocumentFactory.numberOfFields(),
exclusive), and throws an IndexOutOfBoundsException if the index is not correct.index - the index to be checked.