public class DayOfWeekValueParser extends SimpleValueParser
max, min| Constructor and Description |
|---|
DayOfWeekValueParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
parse(String value)
对于星期提供转换
1表示星期一,2表示星期二,依次类推,0和7都可以表示星期日
|
getMax, getMinpublic int parse(String value) throws InstrumentException
parse in interface ValueParserparse in class SimpleValueParservalue - String值InstrumentExceptionCopyright © 2020. All rights reserved.