public static enum FileTemplates.TestFileType extends java.lang.Enum<FileTemplates.TestFileType>
Enum Constant and Description |
---|
TestCase |
TestClass |
TestCycle |
TestRunClass |
TestSuite |
Modifier and Type | Method and Description |
---|---|
static FileTemplates.TestFileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileTemplates.TestFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileTemplates.TestFileType TestClass
public static final FileTemplates.TestFileType TestRunClass
public static final FileTemplates.TestFileType TestCycle
public static final FileTemplates.TestFileType TestSuite
public static final FileTemplates.TestFileType TestCase
public static FileTemplates.TestFileType[] values()
for (FileTemplates.TestFileType c : FileTemplates.TestFileType.values()) System.out.println(c);
public static FileTemplates.TestFileType 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 nullCopyright © SAS Institute. All Rights Reserved.