Uses of Enum Class
javax.lang.model.element.ModuleElement.DirectiveKind
Package
Description
Interfaces used to model elements of the Java programming language.
-
Uses of ModuleElement.DirectiveKind in javax.lang.model.element
Modifier and TypeMethodDescriptionModuleElement.Directive.getKind()
Returns thekind
of this directive.static ModuleElement.DirectiveKind
Returns the enum constant of this class with the specified name.static ModuleElement.DirectiveKind[]
ModuleElement.DirectiveKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.