Method Summary |
|
void | clear() |
public boolean | equals(Object object) Compares the specified object to this FieldPosition and answer if they
are equal. |
public int | getBeginIndex() Answers the index of the beginning of the field. |
public int | getEndIndex() Answers the index one past the end of the field. |
public int | getField() Answers the field which is being identified. |
public Format.Field | getFieldAttribute() Answers the attribute which is being identified. |
public int | hashCode() Answers an integer hash code for the receiver. |
public void | setBeginIndex(int index) Sets the index of the beginning of the field. |
public void | setEndIndex(int index) Sets the index of the end of the field. |
public String | toString() Answers the string representation of this FieldPosition. |