Serializable
, Comparable<DocletEnvironment.ModuleMode>
public static enum DocletEnvironment.ModuleMode extends Enum<DocletEnvironment.ModuleMode>
Enum Constant | Description |
---|---|
ALL |
Indicate Detailed documentation is required
|
API |
Indicate API level documentation is required
|
Modifier and Type | Method | Description |
---|---|---|
static DocletEnvironment.ModuleMode |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DocletEnvironment.ModuleMode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocletEnvironment.ModuleMode ALL
public static final DocletEnvironment.ModuleMode API
public static DocletEnvironment.ModuleMode[] values()
for (DocletEnvironment.ModuleMode c : DocletEnvironment.ModuleMode.values()) System.out.println(c);
public static DocletEnvironment.ModuleMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1