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