Uses of Enum Class
org.tquadrat.foundation.value.DataSize
Packages that use DataSize
-
Uses of DataSize in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return DataSizeModifier and TypeMethodDescriptionfinal DataSize
DataSize.baseUnit()
Returns the base unit.static final DataSize
Returns theDataSize
instance for the given unit.protected DataSize
DataSizeValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static DataSize
Returns the enum constant of this class with the specified name.static DataSize[]
DataSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.value with parameters of type DataSizeModifier and TypeMethodDescriptionprotected final DataSizeValue
DataSizeValueStringConverter.createValue
(BigDecimal number, DataSize dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type DataSizeModifierConstructorDescriptionDataSizeValue
(DataSize dimension, String value) Creates a newDataSizeValue
instance.DataSizeValue
(DataSize dimension, BigDecimal value) Creates a newDataSizeValue
instance.DataSizeValue
(DataSize dimension, N value) Creates a newDataSizeValue
instance.