Uses of Class
adalid.jee2.ProjectDependencyScope
-
Packages that use ProjectDependencyScope Package Description adalid.jee2 -
-
Uses of ProjectDependencyScope in adalid.jee2
Methods in adalid.jee2 that return ProjectDependencyScope Modifier and Type Method Description static ProjectDependencyScopeProjectDependencyScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectDependencyScope[]ProjectDependencyScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adalid.jee2 with parameters of type ProjectDependencyScope Modifier and Type Method Description ProjectDependencyProjectDependency. setScope(ProjectDependencyScope scope)
-