public enum LastMkt extends Enum<LastMkt>
| Enum Constant and Description |
|---|
NO_VALUE
Identifies no value.
|
NODX
NODX.
|
XEEE
XEEE.
|
XEUR
XEUR.
|
| Modifier and Type | Method and Description |
|---|---|
static LastMkt |
forValue(short value) |
short |
getValue() |
static LastMkt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastMkt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LastMkt NO_VALUE
public static final LastMkt XEUR
public static final LastMkt XEEE
public static final LastMkt NODX
public static LastMkt[] values()
for (LastMkt c : LastMkt.values()) System.out.println(c);
public static LastMkt 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 short getValue()
public static LastMkt forValue(short value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.