public static enum PECoffObjectFile.PECoffSectionFlag extends Enum<PECoffObjectFile.PECoffSectionFlag> implements ObjectFile.ValueEnum
| Enum Constant and Description |
|---|
CODE |
EXECUTE |
INITIALIZED_DATA |
LINKER |
READ |
UNINITIALIZED_DATA |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static long |
getMemSegmentFlags(EnumSet<PECoffObjectFile.PECoffSectionFlag> flags) |
long |
value() |
static PECoffObjectFile.PECoffSectionFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PECoffObjectFile.PECoffSectionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PECoffObjectFile.PECoffSectionFlag CODE
public static final PECoffObjectFile.PECoffSectionFlag INITIALIZED_DATA
public static final PECoffObjectFile.PECoffSectionFlag UNINITIALIZED_DATA
public static final PECoffObjectFile.PECoffSectionFlag READ
public static final PECoffObjectFile.PECoffSectionFlag WRITE
public static final PECoffObjectFile.PECoffSectionFlag EXECUTE
public static final PECoffObjectFile.PECoffSectionFlag LINKER
public static PECoffObjectFile.PECoffSectionFlag[] values()
public static PECoffObjectFile.PECoffSectionFlag 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.ValueEnumpublic static long getMemSegmentFlags(EnumSet<PECoffObjectFile.PECoffSectionFlag> flags)