protected static class ReportingValueFactoryFactory.ReportingFloatValueFactory extends ReportingValueFactory<Float>
| Modifier | Constructor and Description |
|---|---|
protected |
ReportingFloatValueFactory(ReportFactory reportFactory) |
| Modifier and Type | Method and Description |
|---|---|
Value<Float> |
newValue()
Creates a value, which is "silently" set to the zero value.
|
Value<Float> |
newValue(double value)
Creates a value, which is "vocally" set to the specified value.
|
Value<Float> |
newValue(Number value) |
Value<Float> |
newValue(String value) |
Vector<Float> |
newVector(int capacity) |
getReportFactory, newReportprotected ReportingFloatValueFactory(ReportFactory reportFactory)
public Value<Float> newValue()
ValueFactoryCreates a value, which is "silently" set to the zero value.
newValue in class ValueFactory<Float>public Value<Float> newValue(double value)
ValueFactoryCreates a value, which is "vocally" set to the specified value.
newValue in class ValueFactory<Float>public Value<Float> newValue(Number value)
newValue in class ValueFactory<Float>public Value<Float> newValue(String value)
newValue in class ValueFactory<Float>public Vector<Float> newVector(int capacity)
newVector in class ValueFactory<Float>Copyright © 2018. All rights reserved.