Uses of Class
top.focess.qq.core.util.option.type.OptionType
-
Packages that use OptionType Package Description top.focess.qq.core.util.option top.focess.qq.core.util.option.type -
-
Uses of OptionType in top.focess.qq.core.util.option
Methods in top.focess.qq.core.util.option that return OptionType Modifier and Type Method Description OptionType<?>[]OptionParserClassifier. getOptionTypes()Methods in top.focess.qq.core.util.option with parameters of type OptionType Modifier and Type Method Description <T> TOption. get(OptionType<T> optionType)voidOption. put(OptionType<?> optionType, String value)Constructors in top.focess.qq.core.util.option with parameters of type OptionType Constructor Description OptionParserClassifier(String name, OptionType<?>... optionTypes) -
Uses of OptionType in top.focess.qq.core.util.option.type
Subclasses of OptionType in top.focess.qq.core.util.option.type Modifier and Type Class Description classExceptionOptionType<T>classIntegerOptionTypeclassLongOptionTypeFields in top.focess.qq.core.util.option.type declared as OptionType Modifier and Type Field Description static OptionType<String>OptionType. DEFAULT_OPTION_TYPE
-