public static enum ELFObjectFile.ELFClass extends Enum<ELFObjectFile.ELFClass>
| Enum Constant and Description |
|---|
ELFCLASS32 |
ELFCLASS64 |
| Modifier and Type | Method and Description |
|---|---|
static ELFObjectFile.ELFClass |
getSystemNativeValue() |
byte |
value() |
static ELFObjectFile.ELFClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELFObjectFile.ELFClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELFObjectFile.ELFClass ELFCLASS32
public static final ELFObjectFile.ELFClass ELFCLASS64
public static ELFObjectFile.ELFClass[] values()
public static ELFObjectFile.ELFClass 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 value()
public static ELFObjectFile.ELFClass getSystemNativeValue()