|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoParameterList
A class that encapsulates a parameter list used to pass on data to a function.
JCoFunction
Method Summary | |
---|---|
JCoListMetaData |
getListMetaData()
returns the appropriated meta data 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. |
Method Detail |
---|
JCoListMetaData getListMetaData()
JCoParameterFieldIterator getParameterFieldIterator()
JCoRecord.iterator()
,
JCoRecord.getFieldIterator()
boolean isActive(int index)
index
- the index of the field
IndexOutOfBoundsException
- in case if index is negative or out of rangeboolean isActive(String field_name)
field_name
- the name of the field
JCoRuntimeException
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |