Uses of Class
net.sourceforge.argparse4j.impl.type.EnumStringArgumentType
-
Packages that use EnumStringArgumentType Package Description net.sourceforge.argparse4j.impl net.sourceforge.argparse4j.impl.type -
-
Uses of EnumStringArgumentType in net.sourceforge.argparse4j.impl
Methods in net.sourceforge.argparse4j.impl that return EnumStringArgumentType Modifier and Type Method Description static <T extends java.lang.Enum<T>>
EnumStringArgumentType<T>Arguments. enumStringType(java.lang.Class<T> type)
ReturnsEnumStringArgumentType
with given enumtype
. -
Uses of EnumStringArgumentType in net.sourceforge.argparse4j.impl.type
Methods in net.sourceforge.argparse4j.impl.type that return EnumStringArgumentType Modifier and Type Method Description static <T extends java.lang.Enum<T>>
EnumStringArgumentType<T>EnumStringArgumentType. forEnum(java.lang.Class<T> type)
Creates anEnumStringArgumentType
for the given enum type.
-