|
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.ParameterList
A class that encapsulates a parameter list used to pass on data to a function.
JCO.Function,
Serialized Form| 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 | |
protected IMetaData |
dependant_meta_data
|
protected JCO.AbapException[] |
exception_list
|
| 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.ParameterList()
Creates an instance of a parameter list |
|
JCO.ParameterList(IMetaData meta_data)
Creates an instance of a parameter list |
|
JCO.ParameterList(JCO.ParameterList value)
Creates an new instance of a parameter list which has the same contents as the parameter list argument |
|
| Method Summary | |
void |
appendValue(String name,
int type,
int length,
byte[] value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
double value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
int value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
int decimals,
byte[] value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
int decimals,
double value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
int decimals,
int value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
int decimals,
Object value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
int decimals,
String value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
Object value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
int type,
int length,
String value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
JCO.Structure value)
Deprecated. Internal use only. This method will be removed in the next release. |
void |
appendValue(String name,
JCO.Table value)
Deprecated. Internal use only. This method will be removed in the next release. |
protected String |
dumpContent()
Trace |
protected JCO.AbapException |
getException(String key)
Returns the ABAP exception for the specified key |
protected JCO.AbapException[] |
getExceptionList()
Returns the ABAP exception list |
void |
setActive(boolean active,
int index)
Sets the marshall/unmashall behavior of a table or structure parameter. |
void |
setActive(boolean active,
String name)
Sets the marshall/unmashall behavior of an optional table parameter. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected IMetaData dependant_meta_data
protected JCO.AbapException[] exception_list
| Constructor Detail |
public JCO.ParameterList()
public JCO.ParameterList(IMetaData meta_data)
public JCO.ParameterList(JCO.ParameterList value)
value - the initial value of the parameter list argument| Method Detail |
protected JCO.AbapException[] getExceptionList()
protected JCO.AbapException getException(String key)
public void appendValue(String name,
int type,
int length,
String value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
int value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
double value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
byte[] value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
Object value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
JCO.Table value)
name - Field name for identifying this data fieldvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
JCO.Structure value)
name - Field name for identifying this data fieldvalue - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
int decimals,
String value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesdecimals - Data field number of decimals (only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT)value - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
int decimals,
int value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesdecimals - Data field number of decimals (only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT)value - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
int decimals,
double value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesdecimals - Data field number of decimals (only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT)value - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
int decimals,
byte[] value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesdecimals - Data field number of decimals (only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT)value - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void appendValue(String name,
int type,
int length,
int decimals,
Object value)
name - Field name for identifying this data fieldtype - Data field typelength - Data field internal length in bytesdecimals - Data field number of decimals (only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT)value - Data field value
JCO.ConversionException - thrown if the value could not be converted to its internal representation
public void setActive(boolean active,
int index)
active - true if the contents of this parameter should
be sent or fetched during a JCO call, false if not.index - the index of the field
public void setActive(boolean active,
String name)
active - true if the contents of this table should
be sent or fetched during a JCO call, false if not.name - the field's name
JCO.Exception - thrown if a field with the specified name does not existprotected String dumpContent()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||