|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.tools.input.InputRecordInvalid
public class InputRecordInvalid
The mere instance of this object conveys "invalid data" for any function accepting an InputRecordInterface object. This can convey an EOF condition, or other invalid data scenarios. These are calling-function specific.
InputRecordInfo| Constructor Summary | |
|---|---|
InputRecordInvalid()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRecordData()
Return the actual string data of the input record. |
long |
getRecordNumber()
Return the row# or line# of the encapsulated data. |
boolean |
isValid()
Returns TRUE if the values for recordnum and recorddata are valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputRecordInvalid()
| Method Detail |
|---|
public long getRecordNumber()
InputRecordInterface
getRecordNumber in interface InputRecordInterfaceInputRecordInterface.getRecordNumber()public java.lang.String getRecordData()
InputRecordInterface
getRecordData in interface InputRecordInterfaceInputRecordInterface.getRecordData()public boolean isValid()
InputRecordInterface
isValid in interface InputRecordInterfaceInputRecordInterface.isValid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||