Package | net.user1.reactor.filters |
Interface | public interface IComparable |
Implementors | AttributeComparison, BooleanGroup |
Since : | Reactor 1.0.0 |
The IComparable interface defines the methods that must be implemented by all classes that represent comparisons in the Reactor filtering API.
See also
Method | Defined By | ||
---|---|---|---|
toXMLString():String
Returns a string containing the XML representation of this comparison,
suitable for transmission to Union Server. | IComparable |