Class MMSearchFilter

Object
   |
   +--MMSearchFilter

class MMSearchFilter

Defined in MultimapOpenAPI


Field Summary
 String field
          The name of the field to query.
 String operator
          The operator to be used.
 String options
          Array of options that can be used with eq, contains, startswith, endswith, like, sl, co or com operators.
 Object value
          The value to be used.
 
Constructor Summary
MMSearchFilter ( <String> field, <String> operator, <Object> value, <String> options )
            An object for storing information about a field filter.
 
Method Summary
 MMSearchFilter copy()
           Function to return a copy of this object in another object.
 String toString()
           Function to return a simple string representation of the object.

Field Detail

field

String field

operator

String operator

options

String options

value

Object value

Constructor Detail

MMSearchFilter

MMSearchFilter( <String> field, <String> operator, <Object> value, <String> options )

Method Detail

copy

MMSearchFilter copy()

toString

String toString()


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008