SRJRCFrames
v0.1.296

de.schwarzrot.bean.support
Interface PropertyCondition<B>

Type Parameters:
B - - the bean that holds that property
All Known Implementing Classes:
AbstractPropertyCondition, AndPropertyCondition, IsFalsePropertyCondition, IsTruePropertyCondition, OrPropertyCondition

public interface PropertyCondition<B>

used to setup conditions based on beans properties with late value fetching. Such conditions will be used to form abstract validation rules. Condition values will be fetched at time of condition usage not at creation time, so validation rules can be executed multiple times on changing beans.

Author:
Reinhard Mantey

Method Summary
 boolean matches()
          returns whether the current condition matches.
 

Method Detail

matches

boolean matches()
returns whether the current condition matches.

Returns:
- true, if the implemented condition is met, otherwise false

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.