Groovy Documentation

org.gmetrics.metric
Enum MetricLevel

java.lang.Object
  org.gmetrics.metric.MetricLevel

enum MetricLevel

Enum representing the level at which a metric is applied - either method, class or package

author:
Chris Mair
version:
$Revision: 126 $ - $Date: 2010-07-18 16:39:12 -0400 (Sun, 18 Jul 2010) $


Enum Constant Summary
CLASS

METHOD

Enum representing the level at which a metric is applied - either method, class or package

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

CLASS

MetricLevel CLASS


METHOD

MetricLevel METHOD
Enum representing the level at which a metric is applied - either method, class or package
author:
Chris Mair
version:
$Revision: 126 $ - $Date: 2010-07-18 16:39:12 -0400 (Sun, 18 Jul 2010) $


PACKAGE

MetricLevel PACKAGE


 
Property Detail

name

final String name


 
Constructor Detail

MetricLevel

private MetricLevel(String name)


 
Method Detail

getNames

public static List getNames()


toString

String toString()


valueOf

MetricLevel valueOf(String name)
Returns the enum constant of this type with the specified name.


values

MetricLevel[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation