portal.core.validate.rule
Class NumericalString

java.lang.Object
  extended byportal.core.validate.rule.ValidationRule
      extended byportal.core.validate.rule.NumericalString
All Implemented Interfaces:
IValidatable, java.io.Serializable

public class NumericalString
extends ValidationRule

See Also:
Serialized Form

Constructor Summary
NumericalString(StringModel stringModel)
           
 
Method Summary
protected  boolean validateRule(IValidationContext ctx)
           
 
Methods inherited from class portal.core.validate.rule.ValidationRule
validate, validationFailed, validationPassed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericalString

public NumericalString(StringModel stringModel)
Method Detail

validateRule

protected boolean validateRule(IValidationContext ctx)
Specified by:
validateRule in class ValidationRule