Serializable
, Cloneable
, Iterable<Argument>
, Collection<Argument>
, List<Argument>
, RandomAccess
public class ArgumentList extends Vector<Argument>
Modifier and Type | Field | Description |
---|---|---|
static String |
ELEM_NAME |
modCount
capacityIncrement, 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, stream
finalize, getClass, notify, notifyAll, wait, wait, wait
add, 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, trimToSize
public 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
-