Uses of Class
dev.cel.runtime.CelAttribute.Qualifier.Kind
-
Packages that use CelAttribute.Qualifier.Kind Package Description dev.cel.runtime -
-
Uses of CelAttribute.Qualifier.Kind in dev.cel.runtime
Methods in dev.cel.runtime that return CelAttribute.Qualifier.Kind Modifier and Type Method Description abstract CelAttribute.Qualifier.KindCelAttribute.Qualifier. kind()static CelAttribute.Qualifier.KindCelAttribute.Qualifier.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelAttribute.Qualifier.Kind[]CelAttribute.Qualifier.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-