electric.xml.matching
Interface IConstraint

All Known Implementing Classes:
Equal, Greater, GreaterOrEqual, Less, LessOrEqual, NotEqual, Range, StartsWith

public interface IConstraint

IConstraint.

Author:
webMethods

Method Summary
 java.lang.String getName()
           
 boolean isSatisfiedBy(java.lang.String string1, java.lang.String string2)
           
 

Method Detail

getName

public java.lang.String getName()

isSatisfiedBy

public boolean isSatisfiedBy(java.lang.String string1,
                             java.lang.String string2)
Parameters:
string1 -
string2 -


copyright© 2001-2004 by webMethods All Rights Reserved.