public interface JCoParameterList extends JCoRecord
JCoFunction
Modifier and Type | Method and Description |
---|---|
JCoListMetaData |
getListMetaData()
returns the appropriated metadata object, that was used for
creation of this record.
|
JCoParameterFieldIterator |
getParameterFieldIterator()
Returns an iterator over JCoParameterField.
|
boolean |
isActive(int index)
Checks whether the specified field is active.
|
boolean |
isActive(String field_name)
Checks whether the specified field is active.
|
void |
setActive(int index,
boolean active)
Sets the marshall/unmarshall behavior of a parameter.
|
void |
setActive(String name,
boolean active)
Sets the marshall/unmarshall behavior of a parameter.
|
clear, clone, copyFrom, getAbapObject, getAbapObject, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBinaryStream, getBinaryStream, getByte, getByte, getByteArray, getByteArray, getChar, getChar, getCharacterStream, getCharacterStream, getCharArray, getCharArray, getClassNameOfValue, getDate, getDate, getDouble, getDouble, getField, getField, getFieldCount, getFieldIterator, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getShort, getShort, getString, getString, getStructure, getStructure, getTable, getTable, getTime, getTime, getValue, getValue, isInitialized, isInitialized, iterator, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toJSON, toJSON, toXML, toXML, toXML, write, write
JCoListMetaData getListMetaData()
JCoParameterFieldIterator getParameterFieldIterator()
JCoRecord.iterator()
,
JCoRecord.getFieldIterator()
boolean isActive(int index)
index
- the index of the fieldIndexOutOfBoundsException
- in case if index is negative or out of rangeboolean isActive(String field_name)
field_name
- the name of the fieldJCoRuntimeException
- thrown if a field with the specified name does not existvoid setActive(int index, boolean active)
index
- the index of the parameteractive
- true if the parameter should
be sent or fetched during a JCO call, false if not.void setActive(String name, boolean active)
name
- the name of the parameteractive
- true if the parameter should
be sent or fetched during a JCO call, false if not.Copyright © 2016 SAP. All Rights Reserved.