public static enum Doclet.Option.Kind extends Enum<Doclet.Option.Kind>
| Enum Constant and Description |
|---|
EXTENDED
an extended option, such as those prefixed with -X
|
OTHER
an implementation reserved option
|
STANDARD
a standard option
|
| Modifier and Type | Method and Description |
|---|---|
static Doclet.Option.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Doclet.Option.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Doclet.Option.Kind EXTENDED
public static final Doclet.Option.Kind OTHER
public static final Doclet.Option.Kind STANDARD
public static Doclet.Option.Kind[] values()
for (Doclet.Option.Kind c : Doclet.Option.Kind.values()) System.out.println(c);
public static Doclet.Option.Kind 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-internal+0-2016-04-14-195246.buildd.src