com.eviware.soapui.support.types
Class TupleList.Tuple

java.lang.Object
  extended by com.eviware.soapui.support.types.TupleList.Tuple
Enclosing class:
TupleList<T1,T2>

public class TupleList.Tuple
extends java.lang.Object


Constructor Summary
TupleList.Tuple(T1 value1, T2 value2)
           
 
Method Summary
 T1 getValue1()
           
 T2 getValue2()
           
 void setValue1(T1 value1)
           
 void setValue2(T2 value2)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TupleList.Tuple

public TupleList.Tuple(T1 value1,
                       T2 value2)
Method Detail

getValue1

public T1 getValue1()

setValue1

public void setValue1(T1 value1)

getValue2

public T2 getValue2()

setValue2

public void setValue2(T2 value2)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2009 eviware.com. All Rights Reserved.