Package | Description |
---|---|
org.netxms.client.constants | |
org.netxms.client.log |
Modifier and Type | Method and Description |
---|---|
static ColumnFilterType |
ColumnFilterType.getByValue(int value) |
static ColumnFilterType |
ColumnFilterType.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.
|
Modifier and Type | Method and Description |
---|---|
ColumnFilterType |
ColumnFilter.getType() |
Constructor and Description |
---|
ColumnFilter(ColumnFilterType type,
long value)
Create filter of type EQUALS, LESS, GREATER, or CHILDOF
|
Copyright © 2016. All rights reserved.