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