Uses of Enum
com.solibri.smc.api.project.Project.Industry
-
Uses of Project.Industry in com.solibri.smc.api.project
Modifier and TypeMethodDescriptionProject.getIndustry()
Get theProject.Industry
of the project.static Project.Industry
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.Modifier and TypeMethodDescriptionProject.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.