org.jboss.portal.common.test
Class MultiValuedTestParameterValue
java.lang.Object
org.jboss.portal.common.test.TestParameterValue
org.jboss.portal.common.test.MultiValuedTestParameterValue
- All Implemented Interfaces:
- java.io.Serializable
public class MultiValuedTestParameterValue
- extends TestParameterValue
A multi value.
- Version:
- $Revision: 7228 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
Field Summary |
protected java.util.Collection |
value
. |
Method Summary |
java.lang.Object |
get()
Return the actual value. |
java.util.Iterator |
iterator()
Return an iterator over the values. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
value
protected final java.util.Collection value
- .
MultiValuedTestParameterValue
public MultiValuedTestParameterValue(java.lang.Object[] value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
MultiValuedTestParameterValue
public MultiValuedTestParameterValue(java.util.Collection value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
get
public java.lang.Object get()
- Description copied from class:
TestParameterValue
- Return the actual value.
- Specified by:
get
in class TestParameterValue
- Returns:
iterator
public java.util.Iterator iterator()
- Return an iterator over the values.