public enum MmvVersion extends Enum<MmvVersion>
Enum Constant and Description |
---|
MMV_VERSION1 |
MMV_VERSION2 |
Modifier and Type | Method and Description |
---|---|
static MmvVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MmvVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MmvVersion MMV_VERSION1
public static final MmvVersion MMV_VERSION2
public static MmvVersion[] values()
for (MmvVersion c : MmvVersion.values()) System.out.println(c);
public static MmvVersion 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 nullCopyright © 2009-2021 Performance Co-Pilot. All Rights Reserved.