KIE API 6.1.0.Beta2

Uses of Class
org.kie.api.builder.model.ListenerModel.Kind

Packages that use ListenerModel.Kind
org.kie.api.builder.model   
 

Uses of ListenerModel.Kind in org.kie.api.builder.model
 

Methods in org.kie.api.builder.model that return ListenerModel.Kind
static ListenerModel.Kind ListenerModel.Kind.fromString(String name)
           
 ListenerModel.Kind ListenerModel.getKind()
          Returns the Kind of this ListenerModel
static ListenerModel.Kind ListenerModel.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ListenerModel.Kind[] ListenerModel.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.api.builder.model with parameters of type ListenerModel.Kind
 ListenerModel KieSessionModel.newListenerModel(String type, ListenerModel.Kind kind)
          Creates a new ListenerModel of the given type (i.e. the name of the class implementing it) and kind and add it to this KieSessionModel
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.