Uses of Class
org.eclipse.persistence.internal.eis.cobol.CobolRow
-
Uses of CobolRow in org.eclipse.persistence.internal.eis.cobol
Modifier and TypeMethodDescriptionprotected void
ElementaryFieldMetaData.adjustArraySize
(CobolRow row) this method adjusts the array size to the value in its dependent fieldprotected void
CompositeFieldMetaData.writeCompositeOnArray
(CobolRow row, byte[] recordData) This method is used by fields that are array values to write themselves to arraysvoid
CompositeFieldMetaData.writeCompositeOnRow
(CobolRow row, byte[] recordData) writes individual fields on given rowvoid
CompositeFieldMetaData.writeOnArray
(CobolRow row, byte[] recordData) takes the value from the row for this field and writes it to the byte arrayvoid
ElementaryFieldMetaData.writeOnArray
(CobolRow row, byte[] recordData) this method will write its value from the row to the record data byte arrayvoid
FieldMetaData.writeOnArray
(CobolRow row, byte[] recordData) this method will write itself on the given byte array from the data in the rowvoid
CompositeFieldMetaData.writeOnRow
(CobolRow row, byte[] recordData) extracts the value from the record data for the field and writes it to the row.void
ElementaryFieldMetaData.writeOnRow
(CobolRow row, byte[] recordData) this method will write its value to the row providedvoid
FieldMetaData.writeOnRow
(CobolRow row, byte[] recordData) this method will write itself on the give row extracting the data from the given byte array