Uses of Enum Class
io.helidon.common.types.ElementKind
Packages that use ElementKind
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ElementKind in io.helidon.common.types
Methods in io.helidon.common.types that return ElementKindModifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.TypedElementInfoImpl.kind()TypeInfo.BuilderBase.TypeInfoImpl.kind()static ElementKindReturns the enum constant of this class with the specified name.static ElementKind[]ElementKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common.types that return types with arguments of type ElementKindModifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.kind()The kind of element (e.g., method, field, etc).TypeInfo.BuilderBase.kind()The kind of this type.Methods in io.helidon.common.types with parameters of type ElementKindModifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.kind(ElementKind kind) The kind of element (e.g., method, field, etc).TypeInfo.BuilderBase.kind(ElementKind kind) The kind of this type.