public enum TestLinkTables extends Enum<TestLinkTables>
| Enum Constant and Description |
|---|
EXECUTIONS |
NODES_HIERARCHY |
REQUIREMENT_SPECIFICATIONS |
REQUIREMENTS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TestLinkTables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestLinkTables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestLinkTables NODES_HIERARCHY
public static final TestLinkTables REQUIREMENTS
public static final TestLinkTables REQUIREMENT_SPECIFICATIONS
public static final TestLinkTables EXECUTIONS
public static TestLinkTables[] values()
for (TestLinkTables c : TestLinkTables.values()) System.out.println(c);
public static TestLinkTables 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 nullpublic String toString()
toString in class Enum<TestLinkTables>Copyright © 2010–2020. All rights reserved.