public static enum CDDDEBegin.DDEFormat extends Enum<CDDDEBegin.DDEFormat> implements INumberEnum<Short>
Enum Constant and Description |
---|
BITMAP |
ICON |
METAFILE |
NATIVE |
OBJECTLINK |
OWNERLINK |
RTF |
TEXT |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static CDDDEBegin.DDEFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDDDEBegin.DDEFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDDDEBegin.DDEFormat TEXT
public static final CDDDEBegin.DDEFormat METAFILE
public static final CDDDEBegin.DDEFormat BITMAP
public static final CDDDEBegin.DDEFormat RTF
public static final CDDDEBegin.DDEFormat OWNERLINK
public static final CDDDEBegin.DDEFormat OBJECTLINK
public static final CDDDEBegin.DDEFormat NATIVE
public static final CDDDEBegin.DDEFormat ICON
public static CDDDEBegin.DDEFormat[] values()
for (CDDDEBegin.DDEFormat c : CDDDEBegin.DDEFormat.values()) System.out.println(c);
public static CDDDEBegin.DDEFormat 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<Short>
long
public Short getValue()
getValue
in interface INumberEnum<Short>
Copyright © 2019–2021 HCL. All rights reserved.