public static enum MetatraderDeal.DealEntryType extends Enum<MetatraderDeal.DealEntryType>
| Enum Constant and Description |
|---|
DEAL_ENTRY_IN |
DEAL_ENTRY_INOUT |
DEAL_ENTRY_OUT |
DEAL_ENTRY_OUT_BY |
| Modifier and Type | Method and Description |
|---|---|
static MetatraderDeal.DealEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetatraderDeal.DealEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetatraderDeal.DealEntryType DEAL_ENTRY_IN
public static final MetatraderDeal.DealEntryType DEAL_ENTRY_OUT
public static final MetatraderDeal.DealEntryType DEAL_ENTRY_INOUT
public static final MetatraderDeal.DealEntryType DEAL_ENTRY_OUT_BY
public static MetatraderDeal.DealEntryType[] values()
for (MetatraderDeal.DealEntryType c : MetatraderDeal.DealEntryType.values()) System.out.println(c);
public static MetatraderDeal.DealEntryType 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 nullCopyright © 2021. All rights reserved.