Uses of Enum Class
com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
Packages that use CmdLineParser.Type
-
Uses of CmdLineParser.Type in com.github.rjeschke.txtmark.cmd
Subclasses with type arguments of type CmdLineParser.Type in com.github.rjeschke.txtmark.cmdFields in com.github.rjeschke.txtmark.cmd declared as CmdLineParser.TypeModifier and TypeFieldDescription(package private) final CmdLineParser.TypeCmdLineParser.Arg.listType(package private) final CmdLineParser.TypeCmdLineParser.Arg.type(package private) static final CmdLineParser.Type[]CmdLineParser.TYPE_TYPE_LISTFields in com.github.rjeschke.txtmark.cmd with type parameters of type CmdLineParser.TypeModifier and TypeFieldDescription(package private) static final HashMap<Class<?>, CmdLineParser.Type> CmdLineParser.TYPE_MAPMethods in com.github.rjeschke.txtmark.cmd that return CmdLineParser.TypeModifier and TypeMethodDescriptionCmdLineParser.Arg.getResolvedType()(package private) static CmdLineParser.TypeCmdLineParser.getTypeFor(Class<?> clazz) static CmdLineParser.TypeReturns the enum constant of this class with the specified name.static CmdLineParser.Type[]CmdLineParser.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.rjeschke.txtmark.cmd with parameters of type CmdLineParser.TypeModifier and TypeMethodDescription(package private) static StringCmdLineParser.defaultToString(Object value, CmdLineParser.Type type, CmdLineParser.Arg arg) private ObjectCmdLineParser.Arg.toObject(String value, CmdLineParser.Type type)