public enum MmvVersion extends java.lang.Enum<MmvVersion>
Modifier and Type | Class and Description |
---|---|
private static class |
MmvVersion.MmvVersion1Factory |
private static class |
MmvVersion.MmvVersion2Factory |
(package private) static interface |
MmvVersion.MmvVersionFactory |
Enum Constant and Description |
---|
MMV_VERSION1 |
MMV_VERSION2 |
Modifier and Type | Field and Description |
---|---|
private MmvVersion.MmvVersionFactory |
mmvVersionFactory |
private int |
version |
Modifier and Type | Method and Description |
---|---|
(package private) PcpMmvWriter.Store<InstanceDomain> |
createInstanceDomainStore(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
(package private) PcpMmvWriter.Store<PcpMetricInfo> |
createMetricInfoStore(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
(package private) MetricNameValidator |
createMetricNameValidator() |
(package private) int |
getVersion() |
static MmvVersion |
valueOf(java.lang.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
private final int version
private final MmvVersion.MmvVersionFactory mmvVersionFactory
public static MmvVersion[] values()
for (MmvVersion c : MmvVersion.values()) System.out.println(c);
public static MmvVersion 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 nullint getVersion()
PcpMmvWriter.Store<PcpMetricInfo> createMetricInfoStore(IdentifierSourceSet identifierSourceSet, PcpString.PcpStringStore stringStore)
PcpMmvWriter.Store<InstanceDomain> createInstanceDomainStore(IdentifierSourceSet identifierSourceSet, PcpString.PcpStringStore stringStore)
MetricNameValidator createMetricNameValidator()