Uses of Class
com.solibri.smc.api.project.Project.SaveStatus
-
Packages that use Project.SaveStatus Package Description com.solibri.smc.api.project -
-
Uses of Project.SaveStatus in com.solibri.smc.api.project
Methods in com.solibri.smc.api.project that return Project.SaveStatus Modifier and Type Method Description Project.SaveStatus
Project. getFileStatus()
Get theProject.SaveStatus
of the project file.static Project.SaveStatus
Project.SaveStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Project.SaveStatus[]
Project.SaveStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-