public static enum PcpMmvWriter.MmvFlag extends java.lang.Enum<PcpMmvWriter.MmvFlag>
Enum Constant and Description |
---|
MMV_FLAG_NOPREFIX |
MMV_FLAG_PROCESS |
Modifier and Type | Field and Description |
---|---|
private int |
bitmask |
Modifier and Type | Method and Description |
---|---|
int |
getBitmask() |
static PcpMmvWriter.MmvFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PcpMmvWriter.MmvFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcpMmvWriter.MmvFlag MMV_FLAG_NOPREFIX
public static final PcpMmvWriter.MmvFlag MMV_FLAG_PROCESS
public static PcpMmvWriter.MmvFlag[] values()
for (PcpMmvWriter.MmvFlag c : PcpMmvWriter.MmvFlag.values()) System.out.println(c);
public static PcpMmvWriter.MmvFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getBitmask()