public class CasProcessorExecArgsImpl extends Object implements CasProcessorExecArgs
| Constructor and Description |
|---|
CasProcessorExecArgsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CasProcessorExecArg aArg)
Adds new
CasProcessorExecArg instance to the list. |
CasProcessorExecArg |
get(int aIndex)
Returns an
CasProcessorExecArg instance located
with provided index. |
CasProcessorExecArg[] |
getAll()
Returns ALL
CasProcessorExecArg instances. |
void |
remove(int aIndex)
Removes
CasProcessorExecArg instance found in the
list in a given position. |
public void add(CasProcessorExecArg aArg)
CasProcessorExecArgsCasProcessorExecArg instance to the list.add in interface CasProcessorExecArgsaArg - -
new argumentpublic CasProcessorExecArg get(int aIndex) throws CpeDescriptorException
CasProcessorExecArgsCasProcessorExecArg instance located
with provided index.get in interface CasProcessorExecArgsaIndex - -
position of argument in the listCasProcessorExecArg instanceCpeDescriptorException - tbdpublic CasProcessorExecArg[] getAll()
CasProcessorExecArgsCasProcessorExecArg instances.getAll in interface CasProcessorExecArgsCasProcessorExecArgpublic void remove(int aIndex)
CasProcessorExecArgsCasProcessorExecArg instance found in the
list in a given position.remove in interface CasProcessorExecArgsaIndex - -
position of argument to remove.Copyright © 2018. All rights reserved.