java.io.Serializable
, java.lang.Comparable<ICoverageNode.ElementType>
public static enum ICoverageNode.ElementType extends java.lang.Enum<ICoverageNode.ElementType>
ICoverageNode
instance.Enum Constant | Description |
---|---|
BUNDLE |
Bundle of Packages
|
CLASS |
Class
|
GROUP |
Logical Group of Bundles
|
METHOD |
Method
|
PACKAGE |
Java Package
|
SOURCEFILE |
Source File
|
Modifier and Type | Method | Description |
---|---|---|
static ICoverageNode.ElementType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ICoverageNode.ElementType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICoverageNode.ElementType METHOD
public static final ICoverageNode.ElementType CLASS
public static final ICoverageNode.ElementType SOURCEFILE
public static final ICoverageNode.ElementType PACKAGE
public static final ICoverageNode.ElementType BUNDLE
public static final ICoverageNode.ElementType GROUP
public static ICoverageNode.ElementType[] values()
for (ICoverageNode.ElementType c : ICoverageNode.ElementType.values()) System.out.println(c);
public static ICoverageNode.ElementType 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 nullCopyright © 2018. All rights reserved.