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
Methods in jakarta.enterprise.lang.model.types that return Type.KindModifier and TypeMethodDescriptiondefault Type.Kind
ArrayType.kind()
default Type.Kind
ClassType.kind()
default Type.Kind
ParameterizedType.kind()
default Type.Kind
PrimitiveType.kind()
Type.kind()
Returns the kind of this type.default Type.Kind
TypeVariable.kind()
default Type.Kind
VoidType.kind()
default Type.Kind
WildcardType.kind()
static Type.Kind
Returns 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.