Uses of Class
dev.cel.expr.ExprValue.KindCase
-
Packages that use ExprValue.KindCase Package Description dev.cel.expr -
-
Uses of ExprValue.KindCase in dev.cel.expr
Methods in dev.cel.expr that return ExprValue.KindCase Modifier and Type Method Description static ExprValue.KindCaseExprValue.KindCase. forNumber(int value)ExprValue.KindCaseExprValue.Builder. getKindCase()ExprValue.KindCaseExprValue. getKindCase()ExprValue.KindCaseExprValueOrBuilder. getKindCase()static ExprValue.KindCaseExprValue.KindCase. valueOf(int value)Deprecated.static ExprValue.KindCaseExprValue.KindCase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExprValue.KindCase[]ExprValue.KindCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-