Package | Description |
---|---|
org.opennms.netmgt.alarmd.api |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
static NorthboundAlarm.x733ProbableCause |
NorthboundAlarm.x733ProbableCause.get(int id)
Return an x733ProbableCause by ID.
|
static NorthboundAlarm.x733ProbableCause |
NorthboundAlarm.x733ProbableCause.get(String label)
This get returns the x733ProbableCause matching the requested label.
|
static NorthboundAlarm.x733ProbableCause |
NorthboundAlarm.x733ProbableCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NorthboundAlarm.x733ProbableCause[] |
NorthboundAlarm.x733ProbableCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.