Uses of Class
org.kie.workbench.common.services.shared.kmodule.ListenerModel.Kind
-
Packages that use ListenerModel.Kind Package Description org.kie.workbench.common.services.shared.kmodule -
-
Uses of ListenerModel.Kind in org.kie.workbench.common.services.shared.kmodule
Methods in org.kie.workbench.common.services.shared.kmodule that return ListenerModel.Kind Modifier and Type Method Description static ListenerModel.KindListenerModel.Kind. fromString(String name)ListenerModel.KindListenerModel. getKind()static ListenerModel.KindListenerModel.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.workbench.common.services.shared.kmodule with parameters of type ListenerModel.Kind Modifier and Type Method Description voidListenerModel. setKind(ListenerModel.Kind kind)
-