public class ArgumentList extends Vector
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEM_NAME |
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
ArgumentList() |
| Modifier and Type | Method and 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
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic static final String ELEM_NAME
public Argument getArgument(int n)
public void set(ArgumentList inArgList)
public void setReqArgs(ArgumentList inArgList)
inArgList - public void setResArgs(ArgumentList outArgList)
outArgList - Copyright © 2012 DomoWare. All Rights Reserved.