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