Uses of Class
org.opennms.netmgt.model.AckAction
-
Packages that use AckAction Package Description org.opennms.netmgt.model This file is part of OpenNMS(R). -
-
Uses of AckAction in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return AckAction Modifier and Type Method Description static AckAction
AckAction. get(int id)
getAckAction
OnmsAcknowledgment. getAckAction()
getAckActionstatic AckAction
AckAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static AckAction[]
AckAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.netmgt.model with parameters of type AckAction Modifier and Type Method Description void
OnmsAcknowledgment. setAckAction(AckAction ackAction)
setAckAction
-