org.jboss.jrunit.table
Class XrefsTableList.ValueContainer
java.lang.Object
org.jboss.jrunit.table.XrefsTableList.ValueContainer
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- XrefsTableList
- public static class XrefsTableList.ValueContainer
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XrefsTableList.ValueContainer
public XrefsTableList.ValueContainer(AxisReference xrefReference)
getAxis
public AxisReference getAxis(int axisNumber)
getXrefReference
public AxisReference getXrefReference()
setXrefReference
public void setXrefReference(AxisReference xrefReference)
addValue
public void addValue(double value)
getValue
public double getValue()
setValue
public void setValue(double value)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
JRunit, a JUnit extension for distributed client/server tests.