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