Uses of Class
adalid.jee2.ProjectDependencyType
-
Packages that use ProjectDependencyType Package Description adalid.jee2 -
-
Uses of ProjectDependencyType in adalid.jee2
Methods in adalid.jee2 that return ProjectDependencyType Modifier and Type Method Description static ProjectDependencyTypeProjectDependencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectDependencyType[]ProjectDependencyType. 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 ProjectDependencyType Modifier and Type Method Description ProjectDependencyProjectDependency. setType(ProjectDependencyType type)
-