|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.mw.jco.JCO.MetaData.Type1Data
| 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 |
protected String[] name
protected int[] offset
protected int[] length
protected int[] boffset
protected int[] blength
protected byte[] type
protected byte[] decimals
protected byte[] flags
protected int num_fields
| Constructor Detail |
protected JCO.MetaData.Type1Data()
| Method Detail |
public Object clone()
protected void copy(JCO.MetaData.Type1Data type1Data)
type1Data - the type1 data object to copy fromprotected void constructMetaData()
protected void internalSize(com.sap.mw.jco.JCO.DataSize size)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||