|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.common.IdcPosition
| Constructor Summary | |
IdcPosition(int value,
boolean isField)
Creates an IdcFieldPosition object for the given field. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Tests objects for equality |
int |
getBeginIndex()
Retrieves the index of the first character in the requested field. |
int |
getEndIndex()
Retrieves the index of the character following the last character in the requested field. |
int |
getErrorIndex()
Retrieve the index at which an error occurred, or -1 if the error index has not been set. |
int |
getField()
Retrieves the field identifier. |
int |
getIndex()
Retrieve the current parse position. |
void |
setBeginIndex(int bi)
Sets the begin index. |
void |
setEndIndex(int ei)
Sets the end index. |
void |
setErrorIndex(int ei)
Set the index at which a parse error occurred. |
void |
setIndex(int index)
Set the current parse position. |
java.lang.String |
toString()
Return a string representation of this IdcFieldPosition. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IdcPosition(int value,
boolean isField)
IdcNumberFormat.INTEGER_FIELD,
IdcNumberFormat.FRACTION_FIELD| Method Detail |
public int getField()
public int getBeginIndex()
public int getEndIndex()
public void setBeginIndex(int bi)
public void setEndIndex(int ei)
public int getIndex()
public void setIndex(int index)
public int getErrorIndex()
public void setErrorIndex(int ei)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |