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