Uses of Class
com.solibri.smc.api.checking.Checking.State
-
Packages that use Checking.State Package Description com.solibri.smc.api.checking -
-
Uses of Checking.State in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return Checking.State Modifier and Type Method Description Checking.State
Checking. getState()
Returns the state of the checking.static Checking.State
Checking.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Checking.State[]
Checking.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-