Uses of Class
org.netxms.client.constants.ServerVariableDataType
-
Packages that use ServerVariableDataType Package Description org.netxms.client.constants org.netxms.client.server -
-
Uses of ServerVariableDataType in org.netxms.client.constants
Methods in org.netxms.client.constants that return ServerVariableDataType Modifier and Type Method Description static ServerVariableDataTypeServerVariableDataType. getByCode(char code)static ServerVariableDataTypeServerVariableDataType. getByValue(int value)Get enum element by integer valuestatic ServerVariableDataTypeServerVariableDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerVariableDataType[]ServerVariableDataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServerVariableDataType in org.netxms.client.server
Methods in org.netxms.client.server that return ServerVariableDataType Modifier and Type Method Description ServerVariableDataTypeServerVariable. getDataType()Constructors in org.netxms.client.server with parameters of type ServerVariableDataType Constructor Description ServerVariable(String name, String value, boolean isServerRestartNeeded, ServerVariableDataType dataType, String description, String unit)Default constructor for NXCServerVariable.
-