public enum GcpContentOwner extends Enum<GcpContentOwner>
Enum Constant and Description |
---|
CME_GROUP_OWNED_MARKET_DATA
CME Group Owned Market Data.
|
DUBAI_MERCANTILE_EXCHANGE
Dubai Mercantile Exchange.
|
MINNEAPOLIS_GRAIN_EXCHANGE
Minneapolis Grain Exchange.
|
Modifier and Type | Method and Description |
---|---|
String |
getStringValue()
Get String value.
|
static GcpContentOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcpContentOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcpContentOwner CME_GROUP_OWNED_MARKET_DATA
public static final GcpContentOwner MINNEAPOLIS_GRAIN_EXCHANGE
public static final GcpContentOwner DUBAI_MERCANTILE_EXCHANGE
public static GcpContentOwner[] values()
for (GcpContentOwner c : GcpContentOwner.values()) System.out.println(c);
public static GcpContentOwner 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 getStringValue()
Copyright © 2010–2020 Onix Solutions. All rights reserved.