public final class MeasuredValuesCompositeValueObject extends ValueObject
ValueObject to deal with MeasuredFactors.| Constructor and Description |
|---|
MeasuredValuesCompositeValueObject(Iterable<Double> value)
Initializes a new instance of the
MeasuredValuesCompositeValueObject class. |
| Modifier and Type | Method and Description |
|---|---|
static Type |
getType()
Gets the type which all instances of this class have.
|
Iterable<Double> |
getValue()
Gets the value
|
getValueType, toStringpublic MeasuredValuesCompositeValueObject(Iterable<Double> value)
MeasuredValuesCompositeValueObject class.value - An Iterable of all values, each of which related to a measured
value/factor.NullPointerException - In case the given iterable is null.public Iterable<Double> getValue()
getValue in class ValueObjectCollection of
Doubles.