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(Number value)
Creates a value, which is "vocally" set to the specified value.
|
Value<Float> |
newValue(String value)
Creates a value, which is "vocally" set to the specified 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(Number value)
ValueFactoryCreates a value, which is "vocally" set to the specified value.
newValue in class ValueFactory<Float>public Value<Float> newValue(String value)
ValueFactoryCreates a value, which is "vocally" set to the specified value.
newValue in class ValueFactory<Float>public Vector<Float> newVector(int capacity)
newVector in class ValueFactory<Float>Copyright © 2019. All rights reserved.