com.sap.conn.jco
Interface JCoRecordField

All Superinterfaces:
JCoField

public interface JCoRecordField
extends 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
 int getByteOffset()
          Returns the offset of this field
 int getUnicodeByteOffset()
          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 Detail

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


Copyright © 2008-2014 SAP AG. All Rights Reserved.