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