com.sun.faban.harness.webclient
Class RunResult.ResultField<T extends Comparable>
java.lang.Object
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.
RunResult.ResultField
public RunResult.ResultField()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
toString
public String toString()
- Overrides:
toString
in class Object