Uses of Enum
com.solibri.smc.api.project.Project.Industry
Packages that use Project.Industry
-
Uses of Project.Industry in com.solibri.smc.api.project
Methods in com.solibri.smc.api.project that return Project.IndustryModifier and TypeMethodDescriptionProject.getIndustry()Get theProject.Industryof the project.static Project.IndustryReturns the enum constant of this type with the specified name.static Project.Industry[]Project.Industry.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solibri.smc.api.project with parameters of type Project.IndustryModifier and TypeMethodDescriptionProject.getScores(Project.Industry industry, Instant fromTime, Instant toTime)Get the list of scores based on the Industry and time range provided.voidProject.setIndustry(Project.Industry industry)Set theProject.Industryof the project.