Uses of Enum Class
org.springframework.util.unit.DataUnit
Packages that use DataUnit
-
Uses of DataUnit in org.springframework.util.unit
Subclasses with type arguments of type DataUnit in org.springframework.util.unitMethods in org.springframework.util.unit that return DataUnitModifier and TypeMethodDescriptionstatic DataUnitDataUnit.fromSuffix(String suffix) Return theDataUnitmatching the specifiedsuffix.static DataUnitReturns the enum constant of this class with the specified name.static DataUnit[]DataUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.util.unit with parameters of type DataUnit