com.sap.mw.jco

Class JCO.MetaData.Type1Data

java.lang.Object
  extended bycom.sap.mw.jco.JCO.MetaData.Type1Data
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
JCO.MetaData

protected class JCO.MetaData.Type1Data
extends Object
implements Cloneable, Serializable

See Also:
Serialized Form

Field Summary
protected  int[] blength
          The length of the java data fields in chars
protected  int[] boffset
          The offsets of the data fields into the java data buffer in chars
protected  byte[] decimals
          The number of decimals of the data fields
protected  byte[] flags
          Flags that indicate the type of the parameter
protected  int[] length
          The length of the native data fields in bytes
protected  String[] name
          The names of the data fields
protected  int num_fields
          The number of meta data stored in this object
protected  int[] offset
          The offsets of the data fields into the native data buffer in bytes
protected  byte[] type
          The SAP R/3 types of the data fields
 
Constructor Summary
protected JCO.MetaData.Type1Data()
          create an instance of type1 related metadata
 
Method Summary
 Object clone()
          Creates an returns a copy of the Type1Data object.
protected  void constructMetaData()
          Determines the meta data of the flat representation of the nested TYPE1 structure.
protected  void copy(JCO.MetaData.Type1Data type1Data)
          Copy data from another type1 data object
protected  void internalSize(com.sap.mw.jco.JCO.DataSize size)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String[] name
The names of the data fields


offset

protected int[] offset
The offsets of the data fields into the native data buffer in bytes


length

protected int[] length
The length of the native data fields in bytes


boffset

protected int[] boffset
The offsets of the data fields into the java data buffer in chars


blength

protected int[] blength
The length of the java data fields in chars


type

protected byte[] type
The SAP R/3 types of the data fields


decimals

protected byte[] decimals
The number of decimals of the data fields


flags

protected byte[] flags
Flags that indicate the type of the parameter


num_fields

protected int num_fields
The number of meta data stored in this object

Constructor Detail

JCO.MetaData.Type1Data

protected JCO.MetaData.Type1Data()
create an instance of type1 related metadata

Method Detail

clone

public Object clone()
Creates an returns a copy of the Type1Data object.

Returns:
A clone of this Type1Data object.

copy

protected void copy(JCO.MetaData.Type1Data type1Data)
Copy data from another type1 data object

Parameters:
type1Data - the type1 data object to copy from

constructMetaData

protected void constructMetaData()
Determines the meta data of the flat representation of the nested TYPE1 structure.


internalSize

protected void internalSize(com.sap.mw.jco.JCO.DataSize size)


Copyright 2006 SAP AG Complete Copyright Notice