Uses of Class
dev.cdevents.models.testsuiterun.finished.Context.Type
-
Packages that use Context.Type Package Description dev.cdevents.models.testsuiterun.finished -
-
Uses of Context.Type in dev.cdevents.models.testsuiterun.finished
Methods in dev.cdevents.models.testsuiterun.finished that return Context.Type Modifier and Type Method Description static Context.TypeContext.Type. fromValue(String value)Context.TypeContext. getType()(Required)static Context.TypeContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Context.Type[]Context.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.testsuiterun.finished with parameters of type Context.Type Modifier and Type Method Description voidContext. setType(Context.Type type)(Required)
-