public enum StiTypeMode extends java.lang.Enum<StiTypeMode>
| Enum Constant and Description |
|---|
List
List of values.
|
NullableValue
One single value.
|
Range
Range of values.
|
Value
One single value.
|
| Modifier and Type | Method and Description |
|---|---|
static StiTypeMode |
forValue(int value) |
int |
getValue() |
static StiTypeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiTypeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiTypeMode Value
public static final StiTypeMode NullableValue
public static final StiTypeMode List
public static final StiTypeMode Range
public static StiTypeMode[] values()
for (StiTypeMode c : StiTypeMode.values()) System.out.println(c);
public static StiTypeMode 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 StiTypeMode forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.