Packagecom.smartfoxserver.v2.entities.match
Classpublic class LogicOperator
InheritanceLogicOperator Inheritance Object

The LogicOperator class is used to concatenate two matching expressions using the AND or OR logical operator.

See also

MatchExpression


Public Properties
 PropertyDefined By
  id : String
[read-only] Returns the id of the current LogicOperator instance.
LogicOperator
Public Constants
 ConstantDefined By
  AND : LogicOperator
[static] An instance of LogicOperator representing the AND logical operator.
LogicOperator
  OR : LogicOperator
[static] An instance of LogicOperator representing the OR logical operator.
LogicOperator
Property Detail
idproperty
id:String  [read-only]

Returns the id of the current LogicOperator instance. It can be the string "AND" or "OR".


Implementation
    public function get id():String
Constant Detail
ANDConstant
public static const AND:LogicOperator

An instance of LogicOperator representing the AND logical operator.

ORConstant 
public static const OR:LogicOperator

An instance of LogicOperator representing the OR logical operator.