Uses of Class
org.netxms.client.constants.HistoricalDataType
-
Packages that use HistoricalDataType Package Description org.netxms.client org.netxms.client.constants -
-
Uses of HistoricalDataType in org.netxms.client
Methods in org.netxms.client with parameters of type HistoricalDataType Modifier and Type Method Description DciDataNXCSession. getCollectedData(long nodeId, long dciId, Date from, Date to, int maxRows, HistoricalDataType valueType)Get collected DCI data from server. -
Uses of HistoricalDataType in org.netxms.client.constants
Methods in org.netxms.client.constants that return HistoricalDataType Modifier and Type Method Description static HistoricalDataTypeHistoricalDataType. getByValue(int value)Get enum element by integer valuestatic HistoricalDataTypeHistoricalDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static HistoricalDataType[]HistoricalDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-