public final class IntegerValuesSettingsParser extends AbstractSettingsParser<IntegerValuesSettings>
IntegerValuesSettingsParser implements a parser of IntegerValuesSettings.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_MAX |
static java.lang.String |
ATTR_MIN |
static java.lang.String |
ATTR_NAME |
| Constructor and Description |
|---|
IntegerValuesSettingsParser() |
| Modifier and Type | Method and Description |
|---|---|
IntegerValuesSettings |
createSettings(java.util.Map<java.lang.String,java.lang.String> attributes) |
addParser, getBoolean, getDecBigInteger, getDecInteger, getDecLong, getEnum, getHexBigInteger, getHexInteger, getHexLong, getSettings, getString, getTag, onEnd, onStartpublic static final java.lang.String ATTR_NAME
public static final java.lang.String ATTR_MIN
public static final java.lang.String ATTR_MAX
public IntegerValuesSettings createSettings(java.util.Map<java.lang.String,java.lang.String> attributes)
createSettings in class AbstractSettingsParser<IntegerValuesSettings>