Class FloatParam
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
- us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam<Float>
-
- us.abstracta.jmeter.javadsl.codegeneration.params.FloatParam
-
public class FloatParam extends FixedParam<Float>
Is a parameter with a float value.- Since:
- 0.63
-
-
Field Summary
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
defaultValue, value
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
expression, paramType
-
-
Constructor Summary
Constructors Constructor Description FloatParam(String expression, Float defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildCode(String indent)-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
getValue, isDefault
-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
buildStringLiteral, findConstantNames, findConstantNamesMap, getExpression, getImports, getMethodDefinitions, getStaticImports, getType, isIgnored
-
-