Package | Description |
---|---|
org.opennms.web.map.config | |
org.opennms.web.map.view |
Modifier and Type | Field and Description |
---|---|
protected Severity |
MapPropertiesFactory.defaultSeverity |
protected Severity |
MapPropertiesFactory.indeterminateSeverity |
protected Severity[] |
MapPropertiesFactory.orderedSeverities |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Severity> |
MapPropertiesFactory.severitiesMap |
Modifier and Type | Method and Description |
---|---|
Severity |
MapPropertiesFactory.getDefaultSeverity()
Gets the default severity in map.properties.
|
Severity |
MapPropertiesFactory.getIndeterminateSeverity()
Gets the indeterminate severity in map.properties.
|
Severity[] |
MapPropertiesFactory.getOrderedSeverities()
Gets the array of ordered Severity by id.
|
Modifier and Type | Method and Description |
---|---|
List<Severity> |
MapPropertiesFactory.getSeverities()
getSeverities
|
Map<String,Severity> |
MapPropertiesFactory.getSeveritiesMap()
Gets the java.util.Map with key = severity label and value the Severity
corresponding to the label
|
Modifier and Type | Method and Description |
---|---|
int |
Severity.compareTo(Severity otherSev)
Compares the Severity to another in input by ids.
|
Modifier and Type | Method and Description |
---|---|
List<Severity> |
VProperties.getSeverities()
Getter for the field
severities . |
Modifier and Type | Method and Description |
---|---|
void |
VProperties.setSeverities(List<Severity> severities)
Setter for the field
severities . |
Copyright © 2015. All rights reserved.