| Package | Description |
|---|---|
| com.sun.codemodel |
Library for generating Java source code
|
| Modifier and Type | Field and Description |
|---|---|
private JFormatter.Mode |
JFormatter.mode
The current running mode.
|
| Modifier and Type | Method and Description |
|---|---|
static JFormatter.Mode |
JFormatter.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JFormatter.Mode[] |
JFormatter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|