public enum SelfMatchPreventionInstruction extends Enum<SelfMatchPreventionInstruction>
| Enum Constant and Description | 
|---|
CROSS_REJECTED_BU
Reject cross on business unit level. 
 | 
CROSS_REJECTED_MARKET
Reject cross on market level. 
 | 
NO_VALUE
Identifies no value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SelfMatchPreventionInstruction | 
forValue(byte value)  | 
byte | 
getValue()  | 
static SelfMatchPreventionInstruction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SelfMatchPreventionInstruction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SelfMatchPreventionInstruction NO_VALUE
public static final SelfMatchPreventionInstruction CROSS_REJECTED_BU
public static final SelfMatchPreventionInstruction CROSS_REJECTED_MARKET
public static SelfMatchPreventionInstruction[] values()
for (SelfMatchPreventionInstruction c : SelfMatchPreventionInstruction.values()) System.out.println(c);
public static SelfMatchPreventionInstruction 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 SelfMatchPreventionInstruction forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.