Uses of Class
org.seedstack.maven.components.inquirer.Question.Type
-
Packages that use Question.Type Package Description org.seedstack.maven.components.inquirer -
-
Uses of Question.Type in org.seedstack.maven.components.inquirer
Methods in org.seedstack.maven.components.inquirer that return Question.Type Modifier and Type Method Description static Question.TypeQuestion.Type. fromString(String key)Question.TypeQuestion. getType()static Question.TypeQuestion.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Question.Type[]Question.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.seedstack.maven.components.inquirer with parameters of type Question.Type Modifier and Type Method Description voidQuestion. setType(Question.Type type)
-