Uses of Class
org.eobjects.datacleaner.monitor.scheduling.model.AlertSeverity

Packages that use AlertSeverity
org.eobjects.datacleaner.monitor.scheduling.model   
 

Uses of AlertSeverity in org.eobjects.datacleaner.monitor.scheduling.model
 

Methods in org.eobjects.datacleaner.monitor.scheduling.model that return AlertSeverity
 AlertSeverity AlertDefinition.getSeverity()
           
static AlertSeverity AlertSeverity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlertSeverity[] AlertSeverity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eobjects.datacleaner.monitor.scheduling.model with parameters of type AlertSeverity
 void AlertDefinition.setSeverity(AlertSeverity severity)
           
 

Constructors in org.eobjects.datacleaner.monitor.scheduling.model with parameters of type AlertSeverity
AlertDefinition(String description, MetricIdentifier metricIdentifier, Number minimumValue, Number maximumValue, AlertSeverity severity)
           
 



Copyright © 2012 Human Inference. All Rights Reserved.