public static enum INewsFilter.NewsSource extends Enum<INewsFilter.NewsSource>
Enum Constant and Description |
---|
ACM_MARKET_NEWS |
DJ_LIVE_CALENDAR |
DJ_NEWSWIRES
Deprecated.
|
DUKASCOPY_WEBINAR |
FXSPIDER_NEWS |
Modifier and Type | Method and Description |
---|---|
static INewsFilter.NewsSource |
valueOf(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 static INewsFilter.NewsSource[] values()
for (INewsFilter.NewsSource c : INewsFilter.NewsSource.values()) System.out.println(c);
public static INewsFilter.NewsSource 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 © 2016. All rights reserved.