Uses of Class
net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumStringArgumentType
Packages that use CaseInsensitiveEnumStringArgumentType
-
Uses of CaseInsensitiveEnumStringArgumentType in net.sourceforge.argparse4j.impl
Methods in net.sourceforge.argparse4j.impl that return CaseInsensitiveEnumStringArgumentTypeModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
CaseInsensitiveEnumStringArgumentType<T> Arguments.caseInsensitiveEnumStringType
(Class<T> type) ReturnsCaseInsensitiveEnumStringArgumentType
with given enumtype
. -
Uses of CaseInsensitiveEnumStringArgumentType in net.sourceforge.argparse4j.impl.type
Methods in net.sourceforge.argparse4j.impl.type that return CaseInsensitiveEnumStringArgumentTypeModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
CaseInsensitiveEnumStringArgumentType<T> Creates aCaseInsensitiveEnumStringArgumentType
for the given enum type.