public enum StiSelectionMode extends java.lang.Enum<StiSelectionMode>
| Enum Constant and Description |
|---|
First |
FromVariable |
Nothing |
| Modifier and Type | Method and Description |
|---|---|
static StiSelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiSelectionMode FromVariable
public static final StiSelectionMode Nothing
public static final StiSelectionMode First
public static StiSelectionMode[] values()
for (StiSelectionMode c : StiSelectionMode.values()) System.out.println(c);
public static StiSelectionMode 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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.