Uses of Class
gov.nist.secauto.oscal.lib.model.SelectControlById
Packages that use SelectControlById
- 
Uses of SelectControlById in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SelectControlByIdModifier and TypeMethodDescriptionReviewedControls.ControlSelection.getExcludeControls()ReviewedControls.ControlSelection.getIncludeControls()Methods in gov.nist.secauto.oscal.lib.model with parameters of type SelectControlByIdModifier and TypeMethodDescriptionbooleanReviewedControls.ControlSelection.addExcludeControl(SelectControlById item) Add a newSelectControlByIditem to the underlying collection.booleanReviewedControls.ControlSelection.addIncludeControl(SelectControlById item) Add a newSelectControlByIditem to the underlying collection.booleanReviewedControls.ControlSelection.removeExcludeControl(SelectControlById item) Remove the first matchingSelectControlByIditem from the underlying collection.booleanReviewedControls.ControlSelection.removeIncludeControl(SelectControlById item) Remove the first matchingSelectControlByIditem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SelectControlByIdModifier and TypeMethodDescriptionvoidReviewedControls.ControlSelection.setExcludeControls(List<SelectControlById> value) voidReviewedControls.ControlSelection.setIncludeControls(List<SelectControlById> value)