Uses of Class
org.netxms.client.datacollection.TableCondition
-
Packages that use TableCondition Package Description org.netxms.client.datacollection -
-
Uses of TableCondition in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return types with arguments of type TableCondition Modifier and Type Method Description List<List<TableCondition>>TableThreshold. getConditions()Method parameters in org.netxms.client.datacollection with type arguments of type TableCondition Modifier and Type Method Description voidTableThreshold. setConditions(List<List<TableCondition>> conditions)Constructors in org.netxms.client.datacollection with parameters of type TableCondition Constructor Description TableCondition(TableCondition src)Copy constructor
-