Uses of Class
de.caluga.morphium.driver.commands.CreateCommand.Granularity
-
Packages that use CreateCommand.Granularity Package Description de.caluga.morphium.driver.commands -
-
Uses of CreateCommand.Granularity in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return CreateCommand.Granularity Modifier and Type Method Description static CreateCommand.GranularityCreateCommand.Granularity. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateCommand.Granularity[]CreateCommand.Granularity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.driver.commands with parameters of type CreateCommand.Granularity Modifier and Type Method Description CreateCommandCreateCommand. setTimeseriesGranularity(CreateCommand.Granularity g)
-