public static enum HighlightAreaAnnotation.BorderSideValue extends java.lang.Enum<HighlightAreaAnnotation.BorderSideValue>
| Enum Constant and Description |
|---|
BOTTOM
Bottom border
|
LEFT
Left border
|
RIGHT
Right border
|
TOP
Top border
|
| Modifier and Type | Method and Description |
|---|---|
static HighlightAreaAnnotation.BorderSideValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HighlightAreaAnnotation.BorderSideValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final HighlightAreaAnnotation.BorderSideValue LEFT
public static final HighlightAreaAnnotation.BorderSideValue RIGHT
public static final HighlightAreaAnnotation.BorderSideValue TOP
public static final HighlightAreaAnnotation.BorderSideValue BOTTOM
public static HighlightAreaAnnotation.BorderSideValue[] values()
for (HighlightAreaAnnotation.BorderSideValue c : HighlightAreaAnnotation.BorderSideValue.values())
System.out.println(c);
public static HighlightAreaAnnotation.BorderSideValue 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 null