com.sun.faban.harness.webclient
Class RunResult.ResultField<T extends Comparable>

java.lang.Object
  extended by com.sun.faban.harness.webclient.RunResult.ResultField<T>
All Implemented Interfaces:
Comparable
Enclosing class:
RunResult

public static class RunResult.ResultField<T extends Comparable>
extends Object
implements Comparable

A result field representing the real value of the field used for sorting, and the text representation of the value.


Constructor Summary
RunResult.ResultField()
           
 
Method Summary
 int compareTo(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunResult.ResultField

public RunResult.ResultField()
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object