public enum StiHighlightState extends java.lang.Enum<StiHighlightState>
| Enum Constant and Description |
|---|
Active
Active selection.
|
Hide
Do not select.
|
Show
Show selection.
|
| Modifier and Type | Method and Description |
|---|---|
static StiHighlightState |
forValue(int value) |
int |
getValue() |
static StiHighlightState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiHighlightState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiHighlightState Hide
public static final StiHighlightState Show
public static final StiHighlightState Active
public static StiHighlightState[] values()
for (StiHighlightState c : StiHighlightState.values()) System.out.println(c);
public static StiHighlightState 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 int getValue()
public static StiHighlightState forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.