public class CssIntegerNumberValueValidator extends Object implements ICssDataTypeValidator
ICssDataTypeValidator implementation for integer numeric elements.| Constructor and Description |
|---|
CssIntegerNumberValueValidator(boolean allowedNegative,
boolean allowedZero)
Creates a new
CssIntegerNumberValueValidator instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String objectString)
Checks if a value is a valid data type (e.g.
|
public CssIntegerNumberValueValidator(boolean allowedNegative,
boolean allowedZero)
CssIntegerNumberValueValidator instance.allowedNegative - is negative value allowedallowedZero - is zero value allowedpublic boolean isValid(String objectString)
isValid in interface ICssDataTypeValidatorobjectString - the valueCopyright © 1998–2025 Apryse Group NV. All rights reserved.