public enum MultiLegReportingType extends java.lang.Enum<MultiLegReportingType>
| Enum Constant and Description |
|---|
INDIVIDUALLEG_OF_MULTILEG_SECURITY |
MULTILEG_SECURITY |
NULL_VAL
To be used to represent not present or null.
|
SINGLE_SECURITY |
| Modifier and Type | Method and Description |
|---|---|
static MultiLegReportingType |
get(byte value)
Lookup the enum value representing the value.
|
byte |
value()
The raw encoded value in the Java type representation.
|
static MultiLegReportingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiLegReportingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiLegReportingType SINGLE_SECURITY
public static final MultiLegReportingType INDIVIDUALLEG_OF_MULTILEG_SECURITY
public static final MultiLegReportingType MULTILEG_SECURITY
public static final MultiLegReportingType NULL_VAL
public static MultiLegReportingType[] values()
for (MultiLegReportingType c : MultiLegReportingType.values()) System.out.println(c);
public static MultiLegReportingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte value()
public static MultiLegReportingType get(byte value)
value - encoded to be looked up.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.