|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD |
java.lang.Objectorg.gmetrics.metric.MetricLevel
enum MetricLevel
Enum representing the level at which a metric is applied - either method, class or package
Enum Constant Summary | |
---|---|
CLASS
|
|
METHOD
|
|
PACKAGE
|
Property Summary | |
---|---|
String |
name
|
Constructor Summary | |
private MetricLevel(String name)
|
Method Summary | |
---|---|
static List
|
getNames()
|
String
|
toString()
|
MetricLevel
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
MetricLevel[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
MetricLevel CLASS
MetricLevel METHOD
MetricLevel PACKAGE
Property Detail |
---|
final String name
Constructor Detail |
---|
private MetricLevel(String name)
Method Detail |
---|
public static List getNames()
String toString()
MetricLevel valueOf(String name)
MetricLevel[] values()
Groovy Documentation