Package com.sun.identity.sm.validators
Class NumberValidator
- java.lang.Object
 - 
- com.sun.identity.sm.validators.NumberValidator
 
 
- 
- All Implemented Interfaces:
 com.sun.identity.sm.validators.Validator
@SupportedAll public class NumberValidator extends Object implements com.sun.identity.sm.validators.Validator
 
- 
- 
Constructor Summary
Constructors Constructor Description NumberValidator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidate(String value)Determines whether the specified string is a valid Integerbooleanvalidate(String value, String rule)Determines whether the specified string is a valid Integer 
 - 
 
- 
- 
Method Detail
- 
validate
public boolean validate(String value, String rule)
Determines whether the specified string is a valid Integer- Parameters:
 value- string value to validaterule- not used by this method- Returns:
 - true if value is an Integer
 
 
- 
validate
public boolean validate(String value)
Determines whether the specified string is a valid Integer- Parameters:
 value- string to test- Returns:
 - true if value is an Integer
 
 
 - 
 
 -