Uses of Enum Class
io.github.queritylib.querity.api.Operator
-
Uses of Operator in io.github.queritylib.querity.api
Methods in io.github.queritylib.querity.api that return OperatorModifier and TypeMethodDescriptionstatic OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.queritylib.querity.api with parameters of type OperatorConstructors in io.github.queritylib.querity.api with parameters of type OperatorModifierConstructorDescriptionSimpleCondition(@NonNull String propertyName, Operator operator, Object value)