Uses of Enum
jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
Packages that use PrimitiveType.PrimitiveKind
-
Uses of PrimitiveType.PrimitiveKind in jakarta.enterprise.lang.model.types
Subclasses with type arguments of type PrimitiveType.PrimitiveKind in jakarta.enterprise.lang.model.typesModifier and TypeClassDescriptionstatic enumThe primitive type kind: boolean, byte, short, int, long, float, double, charMethods in jakarta.enterprise.lang.model.types that return PrimitiveType.PrimitiveKindModifier and TypeMethodDescriptionPrimitiveType.primitiveKind()Returns the kind of this primitive type.static PrimitiveType.PrimitiveKindReturns the enum constant of this type with the specified name.static PrimitiveType.PrimitiveKind[]PrimitiveType.PrimitiveKind.values()Returns an array containing the constants of this enum type, in the order they are declared.