Uses of Class
com.smartfoxserver.v2.entities.data.SFSDataType
-
Packages that use SFSDataType Package Description com.smartfoxserver.v2.entities.data -
-
Uses of SFSDataType in com.smartfoxserver.v2.entities.data
Methods in com.smartfoxserver.v2.entities.data that return SFSDataType Modifier and Type Method Description static SFSDataTypeSFSDataType. fromClass(java.lang.Class clazz)static SFSDataTypeSFSDataType. fromTypeId(int typeId)Get the SFSDataType enum from its type idSFSDataTypeSFSDataWrapper. getTypeId()static SFSDataTypeSFSDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SFSDataType[]SFSDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.smartfoxserver.v2.entities.data with parameters of type SFSDataType Constructor Description SFSDataWrapper(SFSDataType typeId, java.lang.Object object)
-