Uses of Class
com.solibri.smc.api.issues.BcfScope
-
Packages that use BcfScope Package Description com.solibri.smc.api.issues -
-
Uses of BcfScope in com.solibri.smc.api.issues
Methods in com.solibri.smc.api.issues that return BcfScope Modifier and Type Method Description static BcfScope
BcfScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static BcfScope[]
BcfScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solibri.smc.api.issues with parameters of type BcfScope Modifier and Type Method Description boolean
BcfXml. exportBcfXml(BcfVersion version, BcfScope scope, OutputStream stream)
Pushes BCF-XML content of issues in the scope to the given stream.
-