public static enum ICoverageNode.ElementType extends Enum<ICoverageNode.ElementType>
ICoverageNode
instance.Enum Constant and Description |
---|
BUNDLE
Bundle of Packages
|
CLASS
Class
|
GROUP
Logical Group of Bundles
|
METHOD
Method
|
PACKAGE
Java Package
|
SOURCEFILE
Source File
|
Modifier and Type | Method and Description |
---|---|
static ICoverageNode.ElementType |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.