public enum PartyDetailStatusInformation extends Enum<PartyDetailStatusInformation>
| Enum Constant and Description | 
|---|
| BLOCK_ALL_ANONYMOUSAnonymous negotiation blocked by responder. | 
| NO_VALUEIdentifies no value. | 
| TRR_THRESHOLD_TOO_BIGHigh TRR (TradeToRequestRatio) threshold. | 
| Modifier and Type | Method and Description | 
|---|---|
| static PartyDetailStatusInformation | forValue(byte value) | 
| byte | getValue() | 
| static PartyDetailStatusInformation | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PartyDetailStatusInformation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PartyDetailStatusInformation NO_VALUE
public static final PartyDetailStatusInformation TRR_THRESHOLD_TOO_BIG
public static final PartyDetailStatusInformation BLOCK_ALL_ANONYMOUS
public static PartyDetailStatusInformation[] values()
for (PartyDetailStatusInformation c : PartyDetailStatusInformation.values()) System.out.println(c);
public static PartyDetailStatusInformation 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 byte getValue()
public static PartyDetailStatusInformation forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.