public enum OrderUpdateGranularity extends Enum<OrderUpdateGranularity>
Java class for orderUpdateGranularity.
The following schema fragment specifies the expected content contained within this class.
Enum Constant and Description |
---|
MOVEMENT |
MOVEMENT_OR_OPERATION |
OPERATION |
Modifier and Type | Method and Description |
---|---|
static OrderUpdateGranularity |
fromValue(String v) |
String |
value() |
static OrderUpdateGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderUpdateGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderUpdateGranularity OPERATION
public static final OrderUpdateGranularity MOVEMENT
public static final OrderUpdateGranularity MOVEMENT_OR_OPERATION
public static OrderUpdateGranularity[] values()
for (OrderUpdateGranularity c : OrderUpdateGranularity.values()) System.out.println(c);
public static OrderUpdateGranularity 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 OrderUpdateGranularity fromValue(String v)
Copyright © 2021. All rights reserved.