public enum ObjectType extends java.lang.Enum<ObjectType>
| Enum Constant and Description |
|---|
Build |
Defect |
Release |
Requirement |
TestCase |
TestCycle |
TestLog |
TestRun |
TestStep |
TestSuite |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath() |
static ObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectType Release
public static final ObjectType Build
public static final ObjectType Requirement
public static final ObjectType TestCase
public static final ObjectType TestCycle
public static final ObjectType TestStep
public static final ObjectType TestSuite
public static final ObjectType TestRun
public static final ObjectType TestLog
public static final ObjectType Defect
public static ObjectType[] values()
for (ObjectType c : ObjectType.values()) System.out.println(c);
public static ObjectType 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 nullpublic java.lang.String getPath()