Uses of Enum
dev.cel.expr.Type.PrimitiveType
Packages that use Type.PrimitiveType
-
Uses of Type.PrimitiveType in dev.cel.expr
Fields in dev.cel.expr declared as Type.PrimitiveTypeModifier and TypeFieldDescriptionprivate static final Type.PrimitiveType[]
Type.PrimitiveType.VALUES
Fields in dev.cel.expr with type parameters of type Type.PrimitiveTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Type.PrimitiveType> Type.PrimitiveType.internalValueMap
Methods in dev.cel.expr that return Type.PrimitiveTypeModifier and TypeMethodDescriptionstatic Type.PrimitiveType
Type.PrimitiveType.forNumber
(int value) Type.Builder.getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.TypeOrBuilder.getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.Builder.getWrapper()
Wrapper of a primitive type, e.g.Type.getWrapper()
Wrapper of a primitive type, e.g.TypeOrBuilder.getWrapper()
Wrapper of a primitive type, e.g.static Type.PrimitiveType
Type.PrimitiveType.valueOf
(int value) Deprecated.static Type.PrimitiveType
Type.PrimitiveType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Type.PrimitiveType
Returns the enum constant of this type with the specified name.static Type.PrimitiveType[]
Type.PrimitiveType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.expr that return types with arguments of type Type.PrimitiveTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Type.PrimitiveType> Type.PrimitiveType.internalGetValueMap()
Methods in dev.cel.expr with parameters of type Type.PrimitiveTypeModifier and TypeMethodDescriptionType.Builder.setPrimitive
(Type.PrimitiveType value) Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.Builder.setWrapper
(Type.PrimitiveType value) Wrapper of a primitive type, e.g.