public enum TestatooCartridge extends Enum<TestatooCartridge>
| Enum Constant and Description |
|---|
EXTJS2
ExtJS 2 Cartridge.
|
EXTJS3
ExtJS 3 Cartridge.
|
FLEX3
Flex 3 Cartridge.
|
FLEX4
Flex 4 Cartridge.
|
HTML4
HTML4 Cartridge.
|
YUI2
Yahoo UI 2 Cartridge.
|
YUI3
Yahoo UI 3 Cartridge.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(TestatooEvaluator evaluator)
Check wheter this cartridge supports the given implementation
|
static TestatooCartridge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestatooCartridge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestatooCartridge HTML4
public static final TestatooCartridge EXTJS2
public static final TestatooCartridge EXTJS3
public static final TestatooCartridge YUI2
public static final TestatooCartridge YUI3
public static final TestatooCartridge FLEX3
public static final TestatooCartridge FLEX4
public static TestatooCartridge[] values()
for (TestatooCartridge c : TestatooCartridge.values()) System.out.println(c);
public static TestatooCartridge 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 boolean supports(TestatooEvaluator evaluator)
evaluator - The implementation to checkCopyright © 2008-2011 Ovea. All Rights Reserved.