public enum E6341ExchangeRateCurrencyMarketIdentifier extends Enum<E6341ExchangeRateCurrencyMarketIdentifier>
Java class for E6341-ExchangeRateCurrencyMarketIdentifier.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="E6341-ExchangeRateCurrencyMarketIdentifier">
<restriction base="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}alpha0-3">
<enumeration value="AAA"/>
<enumeration value="AAB"/>
<enumeration value="AMS"/>
<enumeration value="ARG"/>
<enumeration value="AST"/>
<enumeration value="AUS"/>
<enumeration value="BEL"/>
<enumeration value="CAN"/>
<enumeration value="CAR"/>
<enumeration value="CIE"/>
<enumeration value="DEN"/>
<enumeration value="ECR"/>
<enumeration value="FIN"/>
<enumeration value="FRA"/>
<enumeration value="IMF"/>
<enumeration value="LNF"/>
<enumeration value="LNS"/>
<enumeration value="MIL"/>
<enumeration value="NOR"/>
<enumeration value="NYC"/>
<enumeration value="PHI"/>
<enumeration value="SRE"/>
<enumeration value="SWE"/>
<enumeration value="ZUR"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AAA |
AAB |
AMS |
ARG |
AST |
AUS |
BEL |
CAN |
CAR |
CIE |
DEN |
ECR |
FIN |
FRA |
IMF |
LNF |
LNS |
MIL |
NOR |
NYC |
PHI |
SRE |
SWE |
ZUR |
| Modifier and Type | Method and Description |
|---|---|
static E6341ExchangeRateCurrencyMarketIdentifier |
fromValue(String v) |
String |
value() |
static E6341ExchangeRateCurrencyMarketIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E6341ExchangeRateCurrencyMarketIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E6341ExchangeRateCurrencyMarketIdentifier AAA
public static final E6341ExchangeRateCurrencyMarketIdentifier AAB
public static final E6341ExchangeRateCurrencyMarketIdentifier AMS
public static final E6341ExchangeRateCurrencyMarketIdentifier ARG
public static final E6341ExchangeRateCurrencyMarketIdentifier AST
public static final E6341ExchangeRateCurrencyMarketIdentifier AUS
public static final E6341ExchangeRateCurrencyMarketIdentifier BEL
public static final E6341ExchangeRateCurrencyMarketIdentifier CAN
public static final E6341ExchangeRateCurrencyMarketIdentifier CAR
public static final E6341ExchangeRateCurrencyMarketIdentifier CIE
public static final E6341ExchangeRateCurrencyMarketIdentifier DEN
public static final E6341ExchangeRateCurrencyMarketIdentifier ECR
public static final E6341ExchangeRateCurrencyMarketIdentifier FIN
public static final E6341ExchangeRateCurrencyMarketIdentifier FRA
public static final E6341ExchangeRateCurrencyMarketIdentifier IMF
public static final E6341ExchangeRateCurrencyMarketIdentifier LNF
public static final E6341ExchangeRateCurrencyMarketIdentifier LNS
public static final E6341ExchangeRateCurrencyMarketIdentifier MIL
public static final E6341ExchangeRateCurrencyMarketIdentifier NOR
public static final E6341ExchangeRateCurrencyMarketIdentifier NYC
public static final E6341ExchangeRateCurrencyMarketIdentifier PHI
public static final E6341ExchangeRateCurrencyMarketIdentifier SRE
public static final E6341ExchangeRateCurrencyMarketIdentifier SWE
public static final E6341ExchangeRateCurrencyMarketIdentifier ZUR
public static E6341ExchangeRateCurrencyMarketIdentifier[] values()
for (E6341ExchangeRateCurrencyMarketIdentifier c : E6341ExchangeRateCurrencyMarketIdentifier.values()) System.out.println(c);
public static E6341ExchangeRateCurrencyMarketIdentifier 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 value()
public static E6341ExchangeRateCurrencyMarketIdentifier fromValue(String v)
Copyright © 2021. All rights reserved.