public enum CodeTreeKind extends Enum<CodeTreeKind>
| Enum Constant and Description |
|---|
COMMA_GROUP |
DOC |
GROUP |
INDENT |
JAVA_DOC |
NEW_LINE |
REMOVE_LAST |
STATIC_FIELD_REFERENCE |
STATIC_METHOD_REFERENCE |
STRING |
TYPE |
TYPE_LITERAL |
| Modifier and Type | Method and Description |
|---|---|
static CodeTreeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeTreeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeTreeKind STATIC_FIELD_REFERENCE
public static final CodeTreeKind STATIC_METHOD_REFERENCE
public static final CodeTreeKind GROUP
public static final CodeTreeKind COMMA_GROUP
public static final CodeTreeKind REMOVE_LAST
public static final CodeTreeKind INDENT
public static final CodeTreeKind STRING
public static final CodeTreeKind NEW_LINE
public static final CodeTreeKind TYPE
public static final CodeTreeKind TYPE_LITERAL
public static final CodeTreeKind DOC
public static final CodeTreeKind JAVA_DOC
public static CodeTreeKind[] values()
public static CodeTreeKind 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