Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Method | Description |
---|---|---|
JModuleDirective.Type |
JExportsDirective.getType() |
Gets the type of this module directive.
|
abstract JModuleDirective.Type |
JModuleDirective.getType() |
Gets the type of this module directive.
|
JModuleDirective.Type |
JRequiresDirective.getType() |
Gets the type of this module directive.
|
static JModuleDirective.Type |
JModuleDirective.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JModuleDirective.Type[] |
JModuleDirective.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Oracle Corporation. All rights reserved.