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)
CasProcessorExecArgs
CasProcessorExecArg
instance to the list.add
in interface CasProcessorExecArgs
aArg
- -
new argumentpublic CasProcessorExecArg get(int aIndex) throws CpeDescriptorException
CasProcessorExecArgs
CasProcessorExecArg
instance located
with provided index.get
in interface CasProcessorExecArgs
aIndex
- -
position of argument in the listCasProcessorExecArg
instanceCpeDescriptorException
- tbdpublic CasProcessorExecArg[] getAll()
CasProcessorExecArgs
CasProcessorExecArg
instances.getAll
in interface CasProcessorExecArgs
CasProcessorExecArg
public void remove(int aIndex)
CasProcessorExecArgs
CasProcessorExecArg
instance found in the
list in a given position.remove
in interface CasProcessorExecArgs
aIndex
- -
position of argument to remove.Copyright © 2016. All rights reserved.