Serializable
, Comparable<Taglet.Location>
public static enum Taglet.Location extends Enum<Taglet.Location>
Enum Constant | Description |
---|---|
CONSTRUCTOR |
In the documentation for a constructor.
|
FIELD |
In the documentation for a field.
|
METHOD |
In the documentation for a method.
|
MODULE |
In the documentation for a module.
|
OVERVIEW |
In an Overview document.
|
PACKAGE |
In the documentation for a package.
|
TYPE |
In the documentation for a class, interface or enum.
|
Modifier and Type | Method | Description |
---|---|---|
static Taglet.Location |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Taglet.Location[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Taglet.Location OVERVIEW
public static final Taglet.Location MODULE
public static final Taglet.Location PACKAGE
public static final Taglet.Location TYPE
public static final Taglet.Location CONSTRUCTOR
public static final Taglet.Location METHOD
public static final Taglet.Location FIELD
public static Taglet.Location[] values()
for (Taglet.Location c : Taglet.Location.values()) System.out.println(c);
public static Taglet.Location 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-Debian+0-9b149-1