Uses of Enum Class
jakarta.enterprise.lang.model.types.Type.Kind
Packages that use Type.Kind
-
Uses of Type.Kind in jakarta.enterprise.lang.model.types
Methods 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 class with the specified name.static Type.Kind[]Type.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.