public class HighlightStyle extends EnumeratedType
Modifier and Type | Field and Description |
---|---|
static HighlightStyle |
EXISTING
Marks an existing element
|
static HighlightStyle |
MISSING
Marks a missing element
|
static HighlightStyle |
UNDER
Marks the direct parent of the element
|
static HighlightStyle |
UNKNOWN
Unknown highlighting style
|
Modifier | Constructor and Description |
---|---|
protected |
HighlightStyle(java.lang.String name,
int ordinal)
Constructs a new status type with the specified name and ordinal.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type.
|
equals, getName, getOrdinal, hashCode, readResolve, toString
public static final HighlightStyle EXISTING
public static final HighlightStyle UNDER
public static final HighlightStyle MISSING
public static final HighlightStyle UNKNOWN
protected HighlightStyle(java.lang.String name, int ordinal)
name
- The name of the new slot type.ordinal
- The ordinal for the new slot type.protected java.util.List getValues()
getValues
in class EnumeratedType