Package | Description |
---|---|
com.smartfoxserver.v2.entities.data |
Modifier and Type | Method and Description |
---|---|
static SFSDataType |
SFSDataType.fromClass(java.lang.Class clazz) |
static SFSDataType |
SFSDataType.fromTypeId(int typeId)
Get the SFSDataType enum from its type id
|
SFSDataType |
SFSDataWrapper.getTypeId() |
static SFSDataType |
SFSDataType.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.
|
Constructor and Description |
---|
SFSDataWrapper(SFSDataType typeId,
java.lang.Object object) |