Package | com.smartfoxserver.v2.entities.match |
Class | public class LogicOperator |
Inheritance | LogicOperator Object |
See also
Property | Defined By | ||
---|---|---|---|
id : String [read-only]
Returns the id of the current LogicOperator instance. | LogicOperator |
Constant | Defined 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 |
id | property |
id:String
[read-only] Returns the id of the current LogicOperator instance. It can be the string "AND" or "OR".
public function get id():String
AND | Constant |
public static const AND:LogicOperator
An instance of LogicOperator representing the AND logical operator.
OR | Constant |
public static const OR:LogicOperator
An instance of LogicOperator representing the OR logical operator.