Uses of Class
com.github.cukedoctor.api.model.Type
-
Packages that use Type Package Description com.github.cukedoctor.api.model com.github.cukedoctor.util.builder -
-
Uses of Type in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model that return Type Modifier and Type Method Description TypeScenario. getType()static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.cukedoctor.api.model with parameters of type Type Modifier and Type Method Description voidScenario. setType(Type type) -
Uses of Type in com.github.cukedoctor.util.builder
Methods in com.github.cukedoctor.util.builder with parameters of type Type Modifier and Type Method Description ScenarioBuilderScenarioBuilder. type(Type type)
-