Uses of Class
org.rhq.core.domain.alert.AlertPriority

Packages that use AlertPriority
org.rhq.core.domain.alert   
 

Uses of AlertPriority in org.rhq.core.domain.alert
 

Methods in org.rhq.core.domain.alert that return AlertPriority
static AlertPriority AlertPriority.getByLegacyIndex(int index)
           
 AlertPriority AlertDefinition.getPriority()
           
static AlertPriority AlertPriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlertPriority[] AlertPriority.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.rhq.core.domain.alert with parameters of type AlertPriority
 void AlertDefinition.setPriority(AlertPriority priority)
           
 



Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.