public static enum ELFObjectFile.ELFSectionFlag extends Enum<ELFObjectFile.ELFSectionFlag> implements ObjectFile.ValueEnum
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ELFObjectFile.ELFSegmentFlag> |
flagSetAsIfSegmentFlags(EnumSet<ELFObjectFile.ELFSectionFlag> flags) |
long |
value() |
static ELFObjectFile.ELFSectionFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELFObjectFile.ELFSectionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELFObjectFile.ELFSectionFlag WRITE
public static final ELFObjectFile.ELFSectionFlag ALLOC
public static final ELFObjectFile.ELFSectionFlag EXECINSTR
public static final ELFObjectFile.ELFSectionFlag MASKPROC
public static ELFObjectFile.ELFSectionFlag[] values()
public static ELFObjectFile.ELFSectionFlag 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 EnumSet<ELFObjectFile.ELFSegmentFlag> flagSetAsIfSegmentFlags(EnumSet<ELFObjectFile.ELFSectionFlag> flags)