public static enum INewsFilter.NewsSource extends java.lang.Enum<INewsFilter.NewsSource>
| Enum Constant and Description |
|---|
ACM_MARKET_NEWS |
DJ_LIVE_CALENDAR |
DJ_NEWSWIRES
Deprecated.
|
DUKASCOPY_WEBINAR |
FXSPIDER_NEWS |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
java.lang.String |
provider |
| Modifier and Type | Method and Description |
|---|---|
static INewsFilter.NewsSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static INewsFilter.NewsSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final INewsFilter.NewsSource DJ_NEWSWIRES
public static final INewsFilter.NewsSource DJ_LIVE_CALENDAR
public static final INewsFilter.NewsSource ACM_MARKET_NEWS
public static final INewsFilter.NewsSource FXSPIDER_NEWS
public static final INewsFilter.NewsSource DUKASCOPY_WEBINAR
public final java.lang.String name
public final java.lang.String provider
public static INewsFilter.NewsSource[] values()
for (INewsFilter.NewsSource c : INewsFilter.NewsSource.values()) System.out.println(c);
public static INewsFilter.NewsSource 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.