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.elementMethods in javax.lang.model.element that return ModuleElement.DirectiveKind Modifier and Type Method Description ModuleElement.DirectiveKindModuleElement.Directive. getKind()Returns thekindof this directive.static ModuleElement.DirectiveKindModuleElement.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.