org.cybergarage.upnp
Class ArgumentList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
org.cybergarage.upnp.ArgumentList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
public class ArgumentList
- extends Vector
- See Also:
- Serialized Form
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
ELEM_NAME
public static final String ELEM_NAME
- See Also:
- Constant Field Values
ArgumentList
public ArgumentList()
getArgument
public Argument getArgument(int n)
getArgument
public Argument getArgument(String name)
set
public void set(ArgumentList inArgList)
- Deprecated.
setReqArgs
public void setReqArgs(ArgumentList inArgList)
- Set all the Argument which are Input Argoument to the given value in
the argument list
- Parameters:
inArgList
-
setResArgs
public void setResArgs(ArgumentList outArgList)
- Set all the Argument which are Output Argoument to the given value in
the argument list
- Parameters:
outArgList
-
Copyright © 2008 DomoWare. All Rights Reserved.