Uses of Class
org.w3c.mwi.mobileok.basic.TestType

Uses of TestType in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type TestType
private static java.util.Map<TestType,TestImplementation> TestType.implementations
          Mapping table between the names of the test and instances of the classes that implement them.
 

Methods in org.w3c.mwi.mobileok.basic that return TestType
static TestType TestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestType[] TestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type TestType
(package private) static TestImplementation TestType.getImplementation(TestType type)