Uses of Enum Class
com.github.devmix.process.acto.ActiveObjectDependency.Type
Packages that use ActiveObjectDependency.Type
-
Uses of ActiveObjectDependency.Type in com.github.devmix.process.acto
Methods in com.github.devmix.process.acto that return ActiveObjectDependency.TypeModifier and TypeMethodDescriptionActiveObjectDependency.getType()Returns the type of dependency relationship.static ActiveObjectDependency.TypeReturns the enum constant of this class with the specified name.static ActiveObjectDependency.Type[]ActiveObjectDependency.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.devmix.process.acto with parameters of type ActiveObjectDependency.TypeModifier and TypeMethodDescriptionvoidActiveObjectContext.forEachDependency(java.util.function.Consumer<ActiveObjectDependency> fn, ActiveObjectDependency.Type filterByType) Applies a function to each dependency, optionally filtering by type.