Uses of Enum
jakarta.enterprise.lang.model.types.Type.Kind
Packages that use Type.Kind
-
Uses of Type.Kind in jakarta.enterprise.lang.model.types
Subclasses with type arguments of type Type.Kind in jakarta.enterprise.lang.model.typesModifier and TypeClassDescriptionstatic enumThe type kind: void, primitive, class, array, parameterized type, type variable, wildcard typeMethods in jakarta.enterprise.lang.model.types that return Type.KindModifier and TypeMethodDescriptiondefault Type.KindArrayType.kind()default Type.KindClassType.kind()default Type.KindParameterizedType.kind()default Type.KindPrimitiveType.kind()Type.kind()Returns the kind of this type.default Type.KindTypeVariable.kind()default Type.KindVoidType.kind()default Type.KindWildcardType.kind()static Type.KindReturns the enum constant of this type with the specified name.static Type.Kind[]Type.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.