Searched refs:INTEGER_PATTERN (Results 1 – 1 of 1) sorted by relevance
186 private final static Pattern INTEGER_PATTERN = Pattern.compile("-?[0-9]+"); //$NON-NLS-1$ field in AttributeInfo329 if (INTEGER_PATTERN.matcher(value).matches()) { in isValid()