@Deprecated public static enum SentimentIndexBarIndicator.DataSource extends java.lang.Enum<SentimentIndexBarIndicator.DataSource>
| Enum Constant and Description |
|---|
INSTRUMENT
Deprecated.
|
PRIMARY_CURRENCY
Deprecated.
|
SECONDARY_CURRENCY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SentimentIndexBarIndicator.DataSource |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SentimentIndexBarIndicator.DataSource[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SentimentIndexBarIndicator.DataSource INSTRUMENT
public static final SentimentIndexBarIndicator.DataSource PRIMARY_CURRENCY
public static final SentimentIndexBarIndicator.DataSource SECONDARY_CURRENCY
public static SentimentIndexBarIndicator.DataSource[] values()
for (SentimentIndexBarIndicator.DataSource c : SentimentIndexBarIndicator.DataSource.values()) System.out.println(c);
public static SentimentIndexBarIndicator.DataSource 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 nullCopyright © 2025. All rights reserved.