Uses of Class
org.netxms.client.constants.DataType
-
Packages that use DataType Package Description org.netxms.client org.netxms.client.constants org.netxms.client.datacollection -
-
Uses of DataType in org.netxms.client
Methods in org.netxms.client that return DataType Modifier and Type Method Description DataType[]Table. getColumnDataTypes()Get data types of all columnsDataTypeAgentParameter. getDataType()DataTypeTableColumnDefinition. getDataType()Constructors in org.netxms.client with parameters of type DataType Constructor Description AgentParameter(String name, String description, DataType dataType)Create agent parameter info from scratch.TableColumnDefinition(String name, String displayName, DataType dataType, boolean instanceColumn) -
Uses of DataType in org.netxms.client.constants
Methods in org.netxms.client.constants that return DataType Modifier and Type Method Description static DataTypeDataType. getByValue(int value)Get enum element by integer valuestatic DataTypeDataType. getTypeForCompare(DataType t1, DataType t2)Get type suitable for comparing two values of given typesstatic DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netxms.client.constants with parameters of type DataType Modifier and Type Method Description static DataTypeDataType. getTypeForCompare(DataType t1, DataType t2)Get type suitable for comparing two values of given types -
Uses of DataType in org.netxms.client.datacollection
Fields in org.netxms.client.datacollection declared as DataType Modifier and Type Field Description protected DataTypeDciValue. dataTypeMethods in org.netxms.client.datacollection that return DataType Modifier and Type Method Description DataTypeColumnDefinition. getDataType()DataTypeDataCollectionItem. getDataType()DataTypeDciData. getDataType()DataTypeDciValue. getDataType()DataTypeGraphItem. getDataType()Methods in org.netxms.client.datacollection with parameters of type DataType Modifier and Type Method Description voidColumnDefinition. setDataType(DataType dataType)voidDataCollectionItem. setDataType(DataType dataType)voidDciData. setDataType(DataType dataType)voidGraphItem. setDataType(DataType dataType)Constructors in org.netxms.client.datacollection with parameters of type DataType Constructor Description DataFormatter(String formatString, DataType dataType)Create new data formatter with binary multipliers option set to off.DataFormatter(String formatString, DataType dataType, boolean useBinaryMultipliers)Create new data formatter.GraphItem(long nodeId, long dciId, int source, DataType dataType, String name, String description, String displayFormat)Constructor for ITEM typeGraphItem(long nodeId, long dciId, int source, DataType dataType, String name, String description, String displayFormat, String instance, String dataColumn)Constructor for TABLE type
-