public enum RefOrderIDSource extends Enum<RefOrderIDSource> implements EnumValue
Enum Constant and Description |
---|
MENTRYID |
ORDEID |
ORIGINALORDERID |
QUOTENTRYID |
SECONDARYORDEID |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static RefOrderIDSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefOrderIDSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefOrderIDSource SECONDARYORDEID
public static final RefOrderIDSource ORDEID
public static final RefOrderIDSource MENTRYID
public static final RefOrderIDSource QUOTENTRYID
public static final RefOrderIDSource ORIGINALORDERID
public static RefOrderIDSource[] values()
for (RefOrderIDSource c : RefOrderIDSource.values()) System.out.println(c);
public static RefOrderIDSource 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.