Package com.sap.conn.jco
Interface JCoRecordField
- All Superinterfaces:
JCoField
Class to represent a data field in a structure or table. In comparison to JCoField,
there are methods specific to fields that are member of a structure or table.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the offset of this field.int
Returns the offset of this field.Methods inherited from interface com.sap.conn.jco.JCoField
getBigDecimal, getBigInteger, getBinaryStream, getByte, getByteArray, getByteLength, getChar, getCharacterStream, getCharArray, getClassNameOfValue, getDate, getDecimals, getDescription, getDouble, getExtendedFieldMetaData, getFloat, getInt, getLength, getLong, getName, getRecordMetaData, getShort, getString, getStructure, getTable, getTime, getType, getTypeAsString, getUnicodeByteLength, getValue, isInitialized, isStructure, isTable, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, write
-
Method Details
-
getUnicodeByteOffset
int getUnicodeByteOffset()Returns the offset of this field.- Returns:
- the offset of the field
-
getByteOffset
int getByteOffset()Returns the offset of this field.- Returns:
- the offset of the field
-