fr.paris.lutece.plugins.form.modules.comparevalidators.business.comparator
Interface IComparator

All Known Implementing Classes:
ComparatorEqual, ComparatorNotEqual

public interface IComparator

IComparator


Method Summary
 boolean compare(String strValue1, String strValue2)
          Checks if the values are equals
 String getMessage()
          Gets the I18n message key
 

Method Detail

compare

boolean compare(String strValue1,
                String strValue2)
Checks if the values are equals

Parameters:
strValue1 - the first value
strValue2 - the second value
Returns:
true if the values are equals, otherwise false

getMessage

String getMessage()
Gets the I18n message key

Returns:
the I18n message key


Copyright © 2014 Mairie de Paris. All Rights Reserved.