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