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