public class InputRecordInvalid extends java.lang.Object implements InputRecordInterface
InputRecordInfo
Constructor and Description |
---|
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.
|
public long getRecordNumber()
InputRecordInterface
getRecordNumber
in interface InputRecordInterface
InputRecordInterface.getRecordNumber()
public java.lang.String getRecordData()
InputRecordInterface
getRecordData
in interface InputRecordInterface
InputRecordInterface.getRecordData()
public boolean isValid()
InputRecordInterface
isValid
in interface InputRecordInterface
InputRecordInterface.isValid()
Copyright © SAS Institute. All Rights Reserved.