|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CoverageElement>
hudson.plugins.cobertura.targets.CoverageElement
public enum CoverageElement
Type of program construct being covered.
| Enum Constant Summary | |
|---|---|
JAVA_CLASS
|
|
JAVA_FILE
|
|
JAVA_METHOD
|
|
JAVA_PACKAGE
|
|
PROJECT
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Return displayName of this coverage element. |
CoverageElement |
getParent()
Getter for property 'parent'. |
static CoverageElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CoverageElement[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CoverageElement PROJECT
public static final CoverageElement JAVA_PACKAGE
public static final CoverageElement JAVA_FILE
public static final CoverageElement JAVA_CLASS
public static final CoverageElement JAVA_METHOD
| Method Detail |
|---|
public static CoverageElement[] values()
for (CoverageElement c : CoverageElement.values()) System.out.println(c);
public static CoverageElement 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 name
java.lang.NullPointerException - if the argument is nullpublic CoverageElement getParent()
public java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||