Uses of Class
gov.nist.secauto.oscal.lib.model.InsertControls
Packages that use InsertControls
- 
Uses of InsertControls in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type InsertControlsModifier and TypeMethodDescriptionMerge.Custom.getInsertControls()ProfileGroup.getInsertControls()Methods in gov.nist.secauto.oscal.lib.model with parameters of type InsertControlsModifier and TypeMethodDescriptionbooleanMerge.Custom.addInsertControls(InsertControls item) Add a newInsertControlsitem to the underlying collection.booleanProfileGroup.addInsertControls(InsertControls item) Add a newInsertControlsitem to the underlying collection.booleanMerge.Custom.removeInsertControls(InsertControls item) Remove the first matchingInsertControlsitem from the underlying collection.booleanProfileGroup.removeInsertControls(InsertControls item) Remove the first matchingInsertControlsitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type InsertControlsModifier and TypeMethodDescriptionvoidMerge.Custom.setInsertControls(List<InsertControls> value) voidProfileGroup.setInsertControls(List<InsertControls> value)