Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

echopoint.validation
Interface Validateable  view Validateable download Validateable.java

All Superinterfaces:
java.io.Serializable

public interface Validateable
extends java.io.Serializable

A Validateable is something that has a ValidationRuleSet of ValidationRules associated with it and one that can have returns its value as a String.


Method Summary
 java.lang.Object getIdentifier()
          This returns the identifier used when evaluating this Validateable.
 java.util.Locale getLocale()
          Returns the locale to use with this Validateable.
 ValidationRuleSet getRuleSet()
          This returns the ValidationRuleSet that can be used to validate this Validateable.
 java.lang.String getText()
          This returns the value of the Validateable as a String.
 

Method Detail

getLocale

public java.util.Locale getLocale()
Returns the locale to use with this Validateable.


getIdentifier

public java.lang.Object getIdentifier()
This returns the identifier used when evaluating this Validateable. It can be used to distinguish this Validateable from another.


getText

public java.lang.String getText()
This returns the value of the Validateable as a String.


getRuleSet

public ValidationRuleSet getRuleSet()
This returns the ValidationRuleSet that can be used to validate this Validateable.