Class IntegerOptionType
- java.lang.Object
-
- top.focess.qq.core.util.option.type.OptionType<T>
-
- top.focess.qq.core.util.option.type.ExceptionOptionType<Integer>
-
- top.focess.qq.core.util.option.type.IntegerOptionType
-
public class IntegerOptionType extends ExceptionOptionType<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerOptionTypeINTEGER_OPTION_TYPE-
Fields inherited from class top.focess.qq.core.util.option.type.OptionType
DEFAULT_OPTION_TYPE
-
-
Constructor Summary
Constructors Constructor Description IntegerOptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerparse(String v)StringtoString()-
Methods inherited from class top.focess.qq.core.util.option.type.ExceptionOptionType
accept
-
-
-
-
Field Detail
-
INTEGER_OPTION_TYPE
public static final IntegerOptionType INTEGER_OPTION_TYPE
-
-