public enum YahooCsvColname extends Enum<YahooCsvColname>
| Enum Constant and Description |
|---|
ADJ_CLOSE |
CLOSE |
DATE |
HIGH |
LOW |
OPEN |
VOLUME |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static YahooCsvColname |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YahooCsvColname[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YahooCsvColname DATE
public static final YahooCsvColname OPEN
public static final YahooCsvColname HIGH
public static final YahooCsvColname LOW
public static final YahooCsvColname CLOSE
public static final YahooCsvColname VOLUME
public static final YahooCsvColname ADJ_CLOSE
public static YahooCsvColname[] values()
for (YahooCsvColname c : YahooCsvColname.values()) System.out.println(c);
public static YahooCsvColname 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 nullpublic String toString()
toString in class Enum<YahooCsvColname>Copyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.