public enum HighlightingLevel extends java.lang.Enum<HighlightingLevel>
Enum Constant and Description |
---|
ADVANCED |
INSPECTIONS |
SIMPLE |
Modifier and Type | Method and Description |
---|---|
Condition<RangeHighlighter> |
getCondition() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getText() |
static HighlightingLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HighlightingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighlightingLevel INSPECTIONS
public static final HighlightingLevel ADVANCED
public static final HighlightingLevel SIMPLE
public static HighlightingLevel[] values()
for (HighlightingLevel c : HighlightingLevel.values()) System.out.println(c);
public static HighlightingLevel 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 getText()
public javax.swing.Icon getIcon()
public Condition<RangeHighlighter> getCondition()