Uses of Class
com.smartfoxserver.v2.entities.variables.VariableType
-
Packages that use VariableType Package Description com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.entities.variables com.smartfoxserver.v2.mmo -
-
Uses of VariableType in com.smartfoxserver.v2.buddylist
Fields in com.smartfoxserver.v2.buddylist declared as VariableType Modifier and Type Field Description protected VariableTypeSFSBuddyVariable. typeMethods in com.smartfoxserver.v2.buddylist that return VariableType Modifier and Type Method Description VariableTypeSFSBuddyVariable. getType()Methods in com.smartfoxserver.v2.buddylist with parameters of type VariableType Modifier and Type Method Description protected voidSFSBuddyVariable. setValueFromStringLiteral(VariableType type, java.lang.String literal)Constructors in com.smartfoxserver.v2.buddylist with parameters of type VariableType Constructor Description SFSBuddyVariable(java.lang.String name, java.lang.Object value, VariableType type) -
Uses of VariableType in com.smartfoxserver.v2.entities.variables
Fields in com.smartfoxserver.v2.entities.variables declared as VariableType Modifier and Type Field Description protected VariableTypeSFSUserVariable. typeMethods in com.smartfoxserver.v2.entities.variables that return VariableType Modifier and Type Method Description static VariableTypeVariableType. fromId(int id)static VariableTypeVariableType. fromString(java.lang.String id)VariableTypeSFSUserVariable. getType()Return the data type of the variableVariableTypeVariable. getType()Return the data type of the variablestatic VariableTypeVariableType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VariableType[]VariableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.smartfoxserver.v2.entities.variables with parameters of type VariableType Modifier and Type Method Description protected voidSFSUserVariable. setValueFromStringLiteral(VariableType type, java.lang.String literal)Constructors in com.smartfoxserver.v2.entities.variables with parameters of type VariableType Constructor Description SFSUserVariable(java.lang.String name, VariableType type, java.lang.String literal) -
Uses of VariableType in com.smartfoxserver.v2.mmo
Constructors in com.smartfoxserver.v2.mmo with parameters of type VariableType Constructor Description MMOItemVariable(java.lang.String name, VariableType type, java.lang.String literal)
-