public static enum WhichNodeVisitor.NodeType extends Enum<WhichNodeVisitor.NodeType>
| Enum Constant and Description |
|---|
CAMPAIGN |
CAMPAIGN_FOLDER |
CAMPAIGN_LIBRARY |
ITERATION |
REQUIREMENT |
REQUIREMENT_FOLDER |
REQUIREMENT_LIBRARY |
TEST_CASE |
TEST_CASE_FOLDER |
TEST_CASE_LIBRARY |
TEST_SUITE |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static WhichNodeVisitor.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhichNodeVisitor.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhichNodeVisitor.NodeType CAMPAIGN_LIBRARY
public static final WhichNodeVisitor.NodeType REQUIREMENT_LIBRARY
public static final WhichNodeVisitor.NodeType TEST_CASE_LIBRARY
public static final WhichNodeVisitor.NodeType CAMPAIGN_FOLDER
public static final WhichNodeVisitor.NodeType REQUIREMENT_FOLDER
public static final WhichNodeVisitor.NodeType TEST_CASE_FOLDER
public static final WhichNodeVisitor.NodeType TEST_CASE
public static final WhichNodeVisitor.NodeType REQUIREMENT
public static final WhichNodeVisitor.NodeType CAMPAIGN
public static final WhichNodeVisitor.NodeType ITERATION
public static final WhichNodeVisitor.NodeType TEST_SUITE
public static final WhichNodeVisitor.NodeType UNDEFINED
public static WhichNodeVisitor.NodeType[] values()
for (WhichNodeVisitor.NodeType c : WhichNodeVisitor.NodeType.values()) System.out.println(c);
public static WhichNodeVisitor.NodeType 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 © 2010-2015 Henix, henix.fr. All Rights Reserved.