Serializable
, Comparable<JavadocInlineTag.Type>
public static enum JavadocInlineTag.Type extends Enum<JavadocInlineTag.Type>
Enum Constant | Description |
---|---|
CODE |
|
DOC_ROOT |
|
INHERIT_DOC |
|
LINK |
|
LINKPLAIN |
|
LITERAL |
|
UNKNOWN |
|
VALUE |
Modifier and Type | Method | Description |
---|---|---|
static JavadocInlineTag.Type |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JavadocInlineTag.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavadocInlineTag.Type CODE
public static final JavadocInlineTag.Type DOC_ROOT
public static final JavadocInlineTag.Type INHERIT_DOC
public static final JavadocInlineTag.Type LINK
public static final JavadocInlineTag.Type LINKPLAIN
public static final JavadocInlineTag.Type LITERAL
public static final JavadocInlineTag.Type VALUE
public static final JavadocInlineTag.Type UNKNOWN
public static JavadocInlineTag.Type[] values()
for (JavadocInlineTag.Type c : JavadocInlineTag.Type.values()) System.out.println(c);
public static JavadocInlineTag.Type 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 nullCopyright © 2007–2019. All rights reserved.