|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldLocation
Specifies the location of a field within a recordset record.
ParseRecordEvent
Method Summary | |
---|---|
TerminalRegion |
getFieldRegion()
Gets the current location, size and contents of the field within the record. |
LinearTerminalRegion |
setFieldRegion(int offset,
int length)
Changes the location and size of the field within the record using linear coordinates. |
Method Detail |
---|
TerminalRegion getFieldRegion()
LinearTerminalRegion setFieldRegion(int offset, int length)
offset
- the zero-based offset from the beginning of the recordlength
- the length of the field
TerminalRegion
for the field
java.lang.IllegalArgumentException
- if the region is invalid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |