public interface InputRecordInterface
For this reason, the InputRecordInvalid concrete implementation is provided and an instance of this should be returned to indicate invalid data.
InputRecordInvalid
Modifier and Type | Method and Description |
---|---|
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.
|
long getRecordNumber()
java.lang.String getRecordData()
boolean isValid()
Copyright © SAS Institute. All Rights Reserved.