public enum MetricLevel extends java.lang.Enum<MetricLevel> implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
static MetricLevel |
MAX_VALUE |
static MetricLevel |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static MetricLevel |
$INIT(java.lang.Object... para) |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.String |
getName() |
static java.util.List |
getNames() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
MetricLevel |
next() |
static MetricLevel |
parse(java.lang.String name) |
static java.util.List<MetricLevel> |
parseCommaSeparatedList(java.lang.String names) |
MetricLevel |
previous() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
java.lang.String |
toString() |
static MetricLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricLevel METHOD
public static final MetricLevel CLASS
public static final MetricLevel PACKAGE
public static final MetricLevel MIN_VALUE
public static final MetricLevel MAX_VALUE
public static MetricLevel[] values()
for (MetricLevel c : MetricLevel.values()) System.out.println(c);
public static MetricLevel 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 groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic final java.lang.String getName()
public static MetricLevel parse(java.lang.String name)
public static java.util.List<MetricLevel> parseCommaSeparatedList(java.lang.String names)
public static java.util.List getNames()
public java.lang.String toString()
toString in class java.lang.Enum<MetricLevel>public MetricLevel next()
public MetricLevel previous()
public static final MetricLevel $INIT(java.lang.Object... para)