Package org.mitre.synthea.engine
Class Components.Range<R extends Number>
java.lang.Object
org.mitre.synthea.engine.Components.Range<R>
- Type Parameters:
R- Type of range
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Components.RangeWithUnit
- Enclosing class:
- Components
A Range of values, with a low and a high.
Values must be numeric (e.g., Integer, Long, Double).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
low
Minimum value of the range. -
high
Maximum value of the range. -
decimals
Decimal places for value within the range.
-
-
Constructor Details
-
Range
public Range()
-