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

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

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

Methods in org.rhq.core.domain.alert that return AlertConditionCategory
 AlertConditionCategory AlertCondition.getCategory()
           
static AlertConditionCategory AlertConditionCategory.make(int legacyIndex)
           
static AlertConditionCategory AlertConditionCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlertConditionCategory[] AlertConditionCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.alert with parameters of type AlertConditionCategory
 void AlertCondition.setCategory(AlertConditionCategory category)
           
 

Constructors in org.rhq.core.domain.alert with parameters of type AlertConditionCategory
AlertCondition(AlertDefinition alertDef, AlertConditionCategory type)
           
 



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