public enum RootPartyIdInvestmentDecisionMakerQualifier extends Enum<RootPartyIdInvestmentDecisionMakerQualifier>
Enum Constant and Description |
---|
ALGO
Algo.
|
HUMAN
Human/Natural person.
|
NO_VALUE
Identifies no value.
|
Modifier and Type | Method and Description |
---|---|
static RootPartyIdInvestmentDecisionMakerQualifier |
forValue(byte value) |
byte |
getValue() |
static RootPartyIdInvestmentDecisionMakerQualifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootPartyIdInvestmentDecisionMakerQualifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootPartyIdInvestmentDecisionMakerQualifier NO_VALUE
public static final RootPartyIdInvestmentDecisionMakerQualifier ALGO
public static final RootPartyIdInvestmentDecisionMakerQualifier HUMAN
public static RootPartyIdInvestmentDecisionMakerQualifier[] values()
for (RootPartyIdInvestmentDecisionMakerQualifier c : RootPartyIdInvestmentDecisionMakerQualifier.values()) System.out.println(c);
public static RootPartyIdInvestmentDecisionMakerQualifier 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 RootPartyIdInvestmentDecisionMakerQualifier forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.