public static enum CDDDEBegin.DDEFlag extends Enum<CDDDEBegin.DDEFlag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
AUTOLINK |
CDP |
CONV_ACTIVE |
EMBEDDED |
EMBEDEXTRACTED |
INITIATE |
MANUALLINK |
NEWOBJECT |
NOTES_LAUNCHED |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static CDDDEBegin.DDEFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDDDEBegin.DDEFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDDDEBegin.DDEFlag AUTOLINK
public static final CDDDEBegin.DDEFlag MANUALLINK
public static final CDDDEBegin.DDEFlag EMBEDDED
public static final CDDDEBegin.DDEFlag INITIATE
public static final CDDDEBegin.DDEFlag CDP
public static final CDDDEBegin.DDEFlag NOTES_LAUNCHED
public static final CDDDEBegin.DDEFlag CONV_ACTIVE
public static final CDDDEBegin.DDEFlag EMBEDEXTRACTED
public static final CDDDEBegin.DDEFlag NEWOBJECT
public static CDDDEBegin.DDEFlag[] values()
for (CDDDEBegin.DDEFlag c : CDDDEBegin.DDEFlag.values()) System.out.println(c);
public static CDDDEBegin.DDEFlag 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 long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
public Integer getValue()
getValue
in interface INumberEnum<Integer>
Copyright © 2019–2021 HCL. All rights reserved.