|
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
com.sap.mw.jco.JCO.Record
com.sap.mw.jco.JCO.Structure
Class that encapsulates a composite data structure.
| Nested Class Summary |
| Nested classes inherited from class com.sap.mw.jco.JCO.Record |
JCO.Record.Type1Record, JCO.Record.XMLReader, JCO.Record.XMLWriter |
| Nested classes inherited from class com.sap.mw.jco.JCO.MetaData |
JCO.MetaData.Type1Data |
| Field Summary |
| Fields inherited from class com.sap.mw.jco.JCO.Record |
data, delta, modified, num_rows, odata, opcode, PARAMETER, rec_type, REQUEST, RESPONSE, row, row_length, SEGMENT, STRUCTURE, TABLE, type1_record |
| Fields inherited from class com.sap.mw.jco.JCO.MetaData |
blength, boffset, decimals, defaults, description, extended_field_meta_data, flags, hash_of_indices, last_active_timestamp, length, name, num_fields, num_odata, offset, oindex, PRINT_HEADER_ALL, PRINT_HEADER_DECIMALS, PRINT_HEADER_DEFAULT, PRINT_HEADER_INTERNAL_LENGTH, PRINT_HEADER_INTERNAL_OFFSET, PRINT_HEADER_LENGTH, PRINT_HEADER_NAME, PRINT_HEADER_OFFSET, PRINT_HEADER_TYPE, rec_name, tab_length, tab_meta, type, type_handle, type_name, type1_data, unicode_type |
| Fields inherited from interface com.sap.mw.jco.IMetaData |
EXPORT_PARAMETER, IMPORT_PARAMETER, INACTIVE_PARAMETER, NESTED_TYPE1_STRUCTURE, OPTIONAL_PARAMETER, TYPE_BCD, TYPE_BYTE, TYPE_CHAR, TYPE_DATE, TYPE_EXCEPTION, TYPE_FLOAT, TYPE_INT, TYPE_INT1, TYPE_INT2, TYPE_INVALID, TYPE_ITAB, TYPE_NUM, TYPE_STRING, TYPE_STRUCTURE, TYPE_TABLE, TYPE_TIME, TYPE_XSTRING, UNINITIALIZED, UNINITIALIZED_PARAMETER |
| Constructor Summary | |
|
JCO.Structure(IMetaData meta_data)
Creates an instance of the structure with a layout as specified by the IMetaData argument |
protected |
JCO.Structure(int rec_type,
IMetaData meta_data)
Creates an instance of the structure with a layout as specified by the the IMetaData argument |
|
JCO.Structure(JCO.Structure value)
Creates an new instance of a structure which has the same layout and contents as the structure argument. |
protected |
JCO.Structure(JCO.Table value)
Creates an new instance of a structure which has the same layout as the table argument. |
protected |
JCO.Structure(JCO.Table value,
int row)
Creates an new instance of a structure which has the same layout as the table argument. |
|
JCO.Structure(String name)
Creates an instance of the structure |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JCO.Structure(String name)
name - the name of the structurepublic JCO.Structure(IMetaData meta_data)
meta_data - the layout of the structure
protected JCO.Structure(int rec_type,
IMetaData meta_data)
rec_type - the type of the structure (e.g. the special type SEGMENT when used for IDocs)meta_data - the layout of the structurepublic JCO.Structure(JCO.Structure value)
value - the initial value of the structure.protected JCO.Structure(JCO.Table value)
value - the initial value of the structure.
protected JCO.Structure(JCO.Table value,
int row)
value - the table from with to take the layout and the datarow - the row of the table from which to copy the data
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||