Packagenet.user1.reactor.filters
Interfacepublic 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

IFilter
AttributeComparison


Public Methods
 MethodDefined By
  
toXMLString():String
Returns a string containing the XML representation of this comparison, suitable for transmission to Union Server.
IComparable
Method Descriptions
toXMLString()method
public function toXMLString():String

Since : Reactor 1.0.0

Returns a string containing the XML representation of this comparison, suitable for transmission to Union Server.

Returns
String