Uses of Class
com.github.fridujo.glacio.model.StepArgument.Type
-
Packages that use StepArgument.Type Package Description com.github.fridujo.glacio.model -
-
Uses of StepArgument.Type in com.github.fridujo.glacio.model
Methods in com.github.fridujo.glacio.model that return StepArgument.Type Modifier and Type Method Description StepArgument.TypeDataTable. getType()StepArgument.TypeDocString. getType()StepArgument.TypeStepArgument. getType()static StepArgument.TypeStepArgument.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StepArgument.Type[]StepArgument.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-