Uses of Enum
dev.cel.expr.Expr.ExprKindCase
Packages that use Expr.ExprKindCase
-
Uses of Expr.ExprKindCase in dev.cel.expr
Methods in dev.cel.expr that return Expr.ExprKindCaseModifier and TypeMethodDescriptionstatic Expr.ExprKindCase
Expr.ExprKindCase.forNumber
(int value) Expr.Builder.getExprKindCase()
Expr.getExprKindCase()
ExprOrBuilder.getExprKindCase()
static Expr.ExprKindCase
Expr.ExprKindCase.valueOf
(int value) Deprecated.static Expr.ExprKindCase
Returns the enum constant of this type with the specified name.static Expr.ExprKindCase[]
Expr.ExprKindCase.values()
Returns an array containing the constants of this enum type, in the order they are declared.