Uses of Enum Class
tech.ydb.yoj.databind.expression.NullExpr.Operator
Packages that use NullExpr.Operator
-
Uses of NullExpr.Operator in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return NullExpr.OperatorModifier and TypeMethodDescriptionabstract NullExpr.OperatorNullExpr.Operator.negate()static NullExpr.OperatorReturns the enum constant of this class with the specified name.static NullExpr.Operator[]NullExpr.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.ydb.yoj.databind.expression with parameters of type NullExpr.OperatorModifierConstructorDescriptionNullExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull NullExpr.Operator operator)