Uses of Class
org.gcube.portlets.user.dataminermanagertester.shared.config.TestType
-
Packages that use TestType Package Description org.gcube.portlets.user.dataminermanagertester.server.testbuild org.gcube.portlets.user.dataminermanagertester.shared.config -
-
Uses of TestType in org.gcube.portlets.user.dataminermanagertester.server.testbuild
Methods in org.gcube.portlets.user.dataminermanagertester.server.testbuild with parameters of type TestType Modifier and Type Method Description DMTestTestBuilder. build(TestType testType) -
Uses of TestType in org.gcube.portlets.user.dataminermanagertester.shared.config
Methods in org.gcube.portlets.user.dataminermanagertester.shared.config that return TestType Modifier and Type Method Description static TestTypeTestType. getTypeFromId(String id)static TestTypeTestType. valueOf(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.
-