Serializable, Cloneable, Iterable<Argument>, Collection<Argument>, List<Argument>, RandomAccesspublic class ArgumentList extends Vector<Argument>
| Modifier and Type | Field | Description |
|---|---|---|
static String |
ELEM_NAME |
modCountcapacityIncrement, elementCount, elementData| Constructor | Description |
|---|---|
ArgumentList() |
| Modifier and Type | Method | Description |
|---|---|---|
Argument |
getArgument(int n) |
|
Argument |
getArgument(String name) |
|
void |
set(ArgumentList inArgList) |
Deprecated.
|
void |
setReqArgs(ArgumentList inArgList) |
Set all the Argument which are Input Argoument to the given value in
the argument list
|
void |
setResArgs(ArgumentList outArgList) |
Set all the Argument which are Output Argoument to the given value in
the argument list
|
parallelStream, streamfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizepublic static final String ELEM_NAME
public Argument getArgument(int n)
@Deprecated public void set(ArgumentList inArgList)
public void setReqArgs(ArgumentList inArgList)
inArgList - public void setResArgs(ArgumentList outArgList)
outArgList -