Packagecom.smartfoxserver.v2.entities.variables
Classpublic class VariableType
InheritanceVariableType Inheritance Object

The VariableType class contains the constants defining the valid types of User, Room and Buddy Variables to be passed to their constructors.



Public Constants
 ConstantDefined By
  ARRAY : int = 6
[static] The type of the User/Room/Buddy Variable is SFSArray.
VariableType
  BOOL : int = 1
[static] The type of the User/Room/Buddy Variable is Boolean.
VariableType
  DOUBLE : int = 3
[static] The type of the User/Room/Buddy Variable is Number.
VariableType
  INT : int = 2
[static] The type of the User/Room/Buddy Variable is int.
VariableType
  NULL : int = 0
[static] The User/Room/Buddy Variable is null.
VariableType
  OBJECT : int = 5
[static] The type of the User/Room/Buddy Variable is SFSObject.
VariableType
  STRING : int = 4
[static] The type of the User/Room/Buddy Variable is String.
VariableType
Constant Detail
ARRAYConstant
public static const ARRAY:int = 6

The type of the User/Room/Buddy Variable is SFSArray.

See also

BOOLConstant 
public static const BOOL:int = 1

The type of the User/Room/Buddy Variable is Boolean.

DOUBLEConstant 
public static const DOUBLE:int = 3

The type of the User/Room/Buddy Variable is Number.

INTConstant 
public static const INT:int = 2

The type of the User/Room/Buddy Variable is int.

NULLConstant 
public static const NULL:int = 0

The User/Room/Buddy Variable is null.

OBJECTConstant 
public static const OBJECT:int = 5

The type of the User/Room/Buddy Variable is SFSObject.

See also

STRINGConstant 
public static const STRING:int = 4

The type of the User/Room/Buddy Variable is String.