org.opennms.web.alarm.filter
Class AlarmTypeFilter
java.lang.Object
org.opennms.web.filter.BaseFilter<T>
org.opennms.web.filter.OneArgFilter<T>
org.opennms.web.filter.EqualsFilter<Integer>
org.opennms.web.alarm.filter.AlarmTypeFilter
- All Implemented Interfaces:
- Filter
public class AlarmTypeFilter
- extends EqualsFilter<Integer>
|
Method Summary |
String |
getTextDescription()
Returns a terse but human-readable string describing this filter in such
a way to easily be included in a search results list. |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
AlarmTypeFilter
public AlarmTypeFilter(int alarmType)
getTextDescription
public String getTextDescription()
- Description copied from interface:
Filter
- Returns a terse but human-readable string describing this filter in such
a way to easily be included in a search results list.
Some examples (corresponding to the examples in
getDescription):
- "node=nodelabel_of_node_1"
- "interface=192.168.0.1"
- "severity=Normal"
- "node name containing \"opennms\""
- Specified by:
getTextDescription in interface Filter- Overrides:
getTextDescription in class EqualsFilter<Integer>
Copyright © 2009. All Rights Reserved.