public enum AttachmentType extends java.lang.Enum<AttachmentType>
| Enum Constant and Description |
|---|
BUILD |
DEFECT |
RELEASE |
REQUIREMENT |
TESTCASE |
TESTLOG |
TESTSTEP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourcePath() |
static AttachmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentType TESTCASE
public static final AttachmentType REQUIREMENT
public static final AttachmentType DEFECT
public static final AttachmentType TESTSTEP
public static final AttachmentType TESTLOG
public static final AttachmentType RELEASE
public static final AttachmentType BUILD
public static AttachmentType[] values()
for (AttachmentType c : AttachmentType.values()) System.out.println(c);
public static AttachmentType 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 getResourcePath()