public static enum Kagi.Trend extends Enum<Kagi.Trend>
Modifier and Type | Method and Description |
---|---|
static Kagi.Trend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kagi.Trend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kagi.Trend UP
public static final Kagi.Trend DOWN
public static final Kagi.Trend NA
public static Kagi.Trend[] values()
for (Kagi.Trend c : Kagi.Trend.values()) System.out.println(c);
public static Kagi.Trend valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.