Uses of Class
dev.cel.common.types.CelKind
-
Packages that use CelKind Package Description dev.cel.common.types -
-
Uses of CelKind in dev.cel.common.types
Methods in dev.cel.common.types that return CelKind Modifier and Type Method Description abstract CelKindCelType. kind()Return the typeCelKind.CelKindEnumType. kind()abstract CelKindListType. kind()abstract CelKindMapType. kind()abstract CelKindNullableType. kind()abstract CelKindOpaqueType. kind()CelKindOptionalType. kind()abstract CelKindSimpleType. kind()CelKindStructType. kind()abstract CelKindStructTypeReference. kind()abstract CelKindTypeParamType. kind()CelKindTypeType. kind()CelKindUnspecifiedType. kind()static CelKindCelKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelKind[]CelKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-