public enum CommentLevel extends java.lang.Enum<CommentLevel>
| Enum Constant and Description |
|---|
CATEGORIES |
CODE_SECTION |
GENERATED |
MEMBERS |
REGULAR |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String text) |
java.lang.String |
getFormat() |
static CommentLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommentLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommentLevel GENERATED
public static final CommentLevel MEMBERS
public static final CommentLevel CATEGORIES
public static final CommentLevel CODE_SECTION
public static final CommentLevel REGULAR
public static CommentLevel[] values()
for (CommentLevel c : CommentLevel.values()) System.out.println(c);
public static CommentLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getFormat()
public java.lang.String format(java.lang.String text)