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