Uses of Class
nl.zerofiftyit.mdepunit.model.DependencyScope
-
Packages that use DependencyScope Package Description nl.zerofiftyit.mdepunit.model Model package for the POM analysis tool. -
-
Uses of DependencyScope in nl.zerofiftyit.mdepunit.model
Methods in nl.zerofiftyit.mdepunit.model that return DependencyScope Modifier and Type Method Description static DependencyScopeDependencyScope. valueOf(String name)Returns the enum constant of this type with the specified name.static DependencyScope[]DependencyScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-