Uses of Class
org.netxms.client.constants.ColumnFilterType
-
Packages that use ColumnFilterType Package Description org.netxms.client.constants org.netxms.client.log -
-
Uses of ColumnFilterType in org.netxms.client.constants
Methods in org.netxms.client.constants that return ColumnFilterType Modifier and Type Method Description static ColumnFilterTypeColumnFilterType. getByValue(int value)Get enum element by integer valuestatic ColumnFilterTypeColumnFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnFilterType[]ColumnFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColumnFilterType in org.netxms.client.log
Methods in org.netxms.client.log that return ColumnFilterType Modifier and Type Method Description ColumnFilterTypeColumnFilter. getType()Constructors in org.netxms.client.log with parameters of type ColumnFilterType Constructor Description ColumnFilter(ColumnFilterType type, long value)Create filter of type EQUALS, LESS, GREATER, or CHILDOF
-