Uses of Class
com.solibri.smc.api.project.Project.Industry
-
Packages that use Project.Industry Package Description com.solibri.smc.api.project -
-
Uses of Project.Industry in com.solibri.smc.api.project
Methods in com.solibri.smc.api.project that return Project.Industry Modifier and Type Method Description Project.Industry
Project. getIndustry()
Get theProject.Industry
of the project.static Project.Industry
Project.Industry. valueOf(String name)
Returns 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.Industry Modifier and Type Method Description List<Score>
Project. getScores(Project.Industry industry, Instant fromTime, Instant toTime)
Get the list of scores based on the Industry and time range provided.void
Project. setIndustry(Project.Industry industry)
Set theProject.Industry
of the project.
-