public enum CandleBasicLength extends Enum<CandleBasicLength>
Enum Constant and Description |
---|
LONG
A long candlestick.
|
NOT_APPLICABLE
Where long or short property is not applicable.
|
SHORT
A short candlestick
|
Modifier and Type | Method and Description |
---|---|
static CandleBasicLength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandleBasicLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandleBasicLength LONG
public static final CandleBasicLength SHORT
public static final CandleBasicLength NOT_APPLICABLE
public static CandleBasicLength[] values()
for (CandleBasicLength c : CandleBasicLength.values()) System.out.println(c);
public static CandleBasicLength 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 © 2018 KNC Solutions Private Limited.. All rights reserved.