Uses of Enum Class
de.seggebaeing.sqlanalyzer.logic.bdo.SampleQuery.Complexity
Packages that use SampleQuery.Complexity
-
Uses of SampleQuery.Complexity in de.seggebaeing.sqlanalyzer.logic.bdo
Methods in de.seggebaeing.sqlanalyzer.logic.bdo that return SampleQuery.ComplexityModifier and TypeMethodDescriptionSampleQuery.getComplexity()
Gets the value of thecomplexity
property.static SampleQuery.Complexity
Returns the enum constant of this class with the specified name.static SampleQuery.Complexity[]
SampleQuery.Complexity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.seggebaeing.sqlanalyzer.logic.bdo that return types with arguments of type SampleQuery.ComplexityModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<SampleQuery.Complexity> SampleQuery.complexityProperty()
Methods in de.seggebaeing.sqlanalyzer.logic.bdo with parameters of type SampleQuery.ComplexityModifier and TypeMethodDescriptionvoid
SampleQuery.setComplexity
(SampleQuery.Complexity complexity) Sets the value of thecomplexity
property.Constructors in de.seggebaeing.sqlanalyzer.logic.bdo with parameters of type SampleQuery.ComplexityModifierConstructorDescriptionSampleQuery
(String name, String description, String sql, String promptContext, SampleQuery.Complexity complexity) Creates a newSampleQuery
with the given values.SampleQuery
(String name, String description, String sql, String promptContext, SampleQuery.Complexity complexity, Long version) Creates a newSampleQuery
with the given values and an optional version.