public enum LogMetricType extends java.lang.Enum<LogMetricType>
| Enum Constant and Description |
|---|
COMPLETENESS |
COMPLEXITY |
STRUCTUREDNESS |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
AbstractXMetricsMetadataExtension |
getExtension() |
java.lang.String |
getName() |
static java.lang.String[] |
getNames() |
static LogMetricType |
getTypeByName(java.lang.String name) |
java.lang.String |
toString() |
static LogMetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogMetricType UNDEFINED
public static final LogMetricType COMPLEXITY
public static final LogMetricType COMPLETENESS
public static final LogMetricType STRUCTUREDNESS
public static LogMetricType[] values()
for (LogMetricType c : LogMetricType.values()) System.out.println(c);
public static LogMetricType 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 static LogMetricType getTypeByName(java.lang.String name) throws UnknownLogMetricTypeNameException
public static java.lang.String[] getNames()
public java.lang.String toString()
toString in class java.lang.Enum<LogMetricType>public java.lang.String getName()
public AbstractXMetricsMetadataExtension getExtension()