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