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