public final class CommentDisplayMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HIDE
No document comments are rendered.
|
static int |
length |
static int |
SHOW_IN_ANNOTATIONS
Renders document comments in annotations.
|
static int |
SHOW_IN_BALLOONS
Renders document comments in balloons in the margin.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String commentDisplayModeName) |
static java.lang.String |
getName(int commentDisplayMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int commentDisplayMode) |
public static final int HIDE
public static final int SHOW_IN_BALLOONS
public static final int SHOW_IN_ANNOTATIONS
public static final int length