Uses of Class
gov.nist.secauto.oscal.lib.model.SelectControlById
-
Uses of SelectControlById in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionReviewedControls.ControlSelection.getExcludeControls()
ReviewedControls.ControlSelection.getIncludeControls()
Modifier and TypeMethodDescriptionboolean
ReviewedControls.ControlSelection.addExcludeControl
(SelectControlById item) Add a newSelectControlById
item to the underlying collection.boolean
ReviewedControls.ControlSelection.addIncludeControl
(SelectControlById item) Add a newSelectControlById
item to the underlying collection.boolean
ReviewedControls.ControlSelection.removeExcludeControl
(SelectControlById item) Remove the first matchingSelectControlById
item from the underlying collection.boolean
ReviewedControls.ControlSelection.removeIncludeControl
(SelectControlById item) Remove the first matchingSelectControlById
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
ReviewedControls.ControlSelection.setExcludeControls
(List<SelectControlById> value) void
ReviewedControls.ControlSelection.setIncludeControls
(List<SelectControlById> value)