Package org.glassfish.admin.rest.testing
Class DoubleValue
- java.lang.Object
-
- org.glassfish.admin.rest.testing.Value
-
- org.glassfish.admin.rest.testing.ScalarValue
-
- org.glassfish.admin.rest.testing.DoubleValue
-
public class DoubleValue extends ScalarValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetJsonValue()doublegetValue()voidprint(IndentingStringBuffer sb)DoubleValuevalue(double val)-
Methods inherited from class org.glassfish.admin.rest.testing.ScalarValue
assertJsonable, getRegexp, regexp
-
-
-
-
Method Detail
-
getValue
public double getValue()
-
value
public DoubleValue value(double val)
-
print
public void print(IndentingStringBuffer sb)
-
-