Uses of Class
org.mule.devkit.generation.api.gatherer.NotificationLevel

Packages that use NotificationLevel
org.mule.devkit.generation.api.gatherer   
 

Uses of NotificationLevel in org.mule.devkit.generation.api.gatherer
 

Methods in org.mule.devkit.generation.api.gatherer that return NotificationLevel
 NotificationLevel Notification.getLevel()
           
static NotificationLevel NotificationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationLevel[] NotificationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mule.devkit.generation.api.gatherer with parameters of type NotificationLevel
 void Notification.setLevel(NotificationLevel level)
           
 

Constructors in org.mule.devkit.generation.api.gatherer with parameters of type NotificationLevel
Notification(Details details, NotificationLevel level)
           
 



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.