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