Package | Description |
---|---|
org.opennms.web.map.config | |
org.opennms.web.map.view |
Modifier and Type | Field and Description |
---|---|
protected Status |
MapPropertiesFactory.defaultStatus |
protected Status[] |
MapPropertiesFactory.orderedStatuses |
protected Status |
MapPropertiesFactory.unknownStatus |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Status> |
MapPropertiesFactory.statusesMap |
Modifier and Type | Method and Description |
---|---|
Status |
MapPropertiesFactory.getDefaultStatus()
Gets the default status in map.properties.
|
Status[] |
MapPropertiesFactory.getOrderedStatuses()
Gets the array of ordered Status by id.
|
Status |
MapPropertiesFactory.getUnknownStatus()
Gets the unknown status in map.properties.
|
Modifier and Type | Method and Description |
---|---|
List<Status> |
MapPropertiesFactory.getStatuses()
getStatuses
|
Map<String,Status> |
MapPropertiesFactory.getStatusesMap()
Gets the java.util.Map with key = uei and value the status corresponding
to the uei
|
Modifier and Type | Method and Description |
---|---|
int |
Status.compareTo(Status otherStatus)
Compares the Status to another in input by id.
|
Modifier and Type | Method and Description |
---|---|
List<Status> |
VProperties.getStatuses()
Getter for the field
statuses . |
Modifier and Type | Method and Description |
---|---|
void |
VProperties.setStatuses(List<Status> statuses)
Setter for the field
statuses . |
Copyright © 2015. All rights reserved.