public static enum PcpMmvWriter.MmvFlag extends Enum<PcpMmvWriter.MmvFlag>
Enum Constant and Description |
---|
MMV_FLAG_NOPREFIX |
MMV_FLAG_PROCESS |
Modifier and Type | Method and Description |
---|---|
int |
getBitmask() |
static PcpMmvWriter.MmvFlag |
valueOf(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(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 int getBitmask()
Copyright © 2009-2018 Performance Co-Pilot. All Rights Reserved.