org.apache.jmeter.testelement.property
Class NumberProperty
java.lang.Object
org.apache.jmeter.testelement.property.AbstractProperty
org.apache.jmeter.testelement.property.NumberProperty
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<JMeterProperty>, JMeterProperty
- Direct Known Subclasses:
- DoubleProperty, FloatProperty, IntegerProperty, LongProperty
public abstract class NumberProperty
- extends AbstractProperty
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
clone, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, setRunningVersion, toString |
NumberProperty
public NumberProperty()
NumberProperty
public NumberProperty(String name)
setNumberValue
protected abstract void setNumberValue(Number n)
- Set the value of the property with a Number object.
setNumberValue
protected abstract void setNumberValue(String n)
throws NumberFormatException
- Set the value of the property with a String object.
- Throws:
NumberFormatException
setObjectValue
public void setObjectValue(Object v)
compareTo
public int compareTo(JMeterProperty arg0)
- Description copied from class:
AbstractProperty
- Compares two JMeterProperty object values. N.B. Does not compare names
- Specified by:
compareTo
in interface Comparable<JMeterProperty>
- Overrides:
compareTo
in class AbstractProperty
- Parameters:
arg0
- JMeterProperty to compare against
- Returns:
- 0 if equal values or both values null; -1 otherwise
- See Also:
Comparable.compareTo(Object)
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.