public enum OrderDelayUnit extends Enum<OrderDelayUnit> implements EnumValue
Enum Constant and Description |
---|
DAYS |
HOURS |
HUNDREDTHS_OF_A_SECOND |
MICROSECONDS |
MILLISECONDS |
MINUTES |
MONTHS |
NANOSECONDS |
SECONDS |
TENTHS_OF_A_SECOND |
WEEKS |
YEARS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static OrderDelayUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderDelayUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderDelayUnit SECONDS
public static final OrderDelayUnit TENTHS_OF_A_SECOND
public static final OrderDelayUnit HUNDREDTHS_OF_A_SECOND
public static final OrderDelayUnit MILLISECONDS
public static final OrderDelayUnit MICROSECONDS
public static final OrderDelayUnit NANOSECONDS
public static final OrderDelayUnit MINUTES
public static final OrderDelayUnit HOURS
public static final OrderDelayUnit DAYS
public static final OrderDelayUnit WEEKS
public static final OrderDelayUnit MONTHS
public static final OrderDelayUnit YEARS
public static OrderDelayUnit[] values()
for (OrderDelayUnit c : OrderDelayUnit.values()) System.out.println(c);
public static OrderDelayUnit 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.