Uses of Enum Class
nl.datasteel.crudcraft.projection.config.ProjectionProperties.Engine
Packages that use ProjectionProperties.Engine
-
Uses of ProjectionProperties.Engine in nl.datasteel.crudcraft.projection.config
Methods in nl.datasteel.crudcraft.projection.config that return ProjectionProperties.EngineModifier and TypeMethodDescriptionProjectionProperties.getEngine()Gets the projection engine to use.static ProjectionProperties.EngineReturns the enum constant of this class with the specified name.static ProjectionProperties.Engine[]ProjectionProperties.Engine.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.datasteel.crudcraft.projection.config with parameters of type ProjectionProperties.EngineModifier and TypeMethodDescriptionvoidProjectionProperties.setEngine(ProjectionProperties.Engine engine) Sets the projection engine to use.