Package | com.smartfoxserver.v2.entities.match |
Class | public class BoolMatch |
Inheritance | BoolMatch Object |
Implements | IMatcher |
See also
Property | Defined By | ||
---|---|---|---|
symbol : String [read-only]
Returns the condition symbol of this matcher. | BoolMatch | ||
type : int [read-only]
Returns the type id of this matcher. | BoolMatch |
Constant | Defined By | ||
---|---|---|---|
EQUALS : BoolMatch [static]
An instance of BoolMatch representing the following condition: bool1 == bool2. | BoolMatch | ||
NOT_EQUALS : BoolMatch [static]
An instance of BoolMatch representing the following condition: bool1 != bool2. | BoolMatch |
symbol | property |
symbol:String
[read-only] Returns the condition symbol of this matcher.
public function get symbol():String
type | property |
type:int
[read-only] Returns the type id of this matcher.
public function get type():int
EQUALS | Constant |
public static const EQUALS:BoolMatch
An instance of BoolMatch representing the following condition: bool1 == bool2.
NOT_EQUALS | Constant |
public static const NOT_EQUALS:BoolMatch
An instance of BoolMatch representing the following condition: bool1 != bool2.