public abstract class FormatField
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FormatField.NonAvailableFormatField |
Modifier and Type | Field and Description |
---|---|
static FormatField.NonAvailableFormatField |
NON_AVAILABLE_FIELD |
Modifier | Constructor and Description |
---|---|
protected |
FormatField() |
protected |
FormatField(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
This method returns the index of the field in the header.
|
java.lang.String |
getName()
This method returns the name of the instance.
|
protected void |
setIndex(int index) |
protected void |
setName(java.lang.String name)
This method sets the name of the field.
|
java.lang.String |
toString() |
public static final FormatField.NonAvailableFormatField NON_AVAILABLE_FIELD
protected FormatField()
protected FormatField(java.lang.String name)
public java.lang.String getName()
protected void setName(java.lang.String name)
name
- a Stringpublic java.lang.String toString()
toString
in class java.lang.Object
public int getIndex()
protected void setIndex(int index)