public static enum INewsFilter.IndexRegion extends java.lang.Enum<INewsFilter.IndexRegion>
INewsFilter.StockIndex grouping| Enum Constant and Description |
|---|
Asia |
Europe |
Global |
NorthAmerica |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static INewsFilter.IndexRegion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static INewsFilter.IndexRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INewsFilter.IndexRegion Asia
public static final INewsFilter.IndexRegion Europe
public static final INewsFilter.IndexRegion Global
public static final INewsFilter.IndexRegion NorthAmerica
public static INewsFilter.IndexRegion[] values()
for (INewsFilter.IndexRegion c : INewsFilter.IndexRegion.values()) System.out.println(c);
public static INewsFilter.IndexRegion 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<INewsFilter.IndexRegion>Copyright © 2025. All rights reserved.