public static enum MachOObjectFile.VMProt extends Enum<MachOObjectFile.VMProt> implements ObjectFile.ValueEnum
Modifier and Type | Method and Description |
---|---|
long |
value() |
static MachOObjectFile.VMProt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachOObjectFile.VMProt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MachOObjectFile.VMProt READ
public static final MachOObjectFile.VMProt WRITE
public static final MachOObjectFile.VMProt EXECUTE
public static MachOObjectFile.VMProt[] values()
public static MachOObjectFile.VMProt 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 value()
value
in interface ObjectFile.ValueEnum