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 TypeMethodDescriptionboolean
Merge.Custom.addInsertControls
(InsertControls item) Add a newInsertControls
item to the underlying collection.boolean
ProfileGroup.addInsertControls
(InsertControls item) Add a newInsertControls
item to the underlying collection.boolean
Merge.Custom.removeInsertControls
(InsertControls item) Remove the first matchingInsertControls
item from the underlying collection.boolean
ProfileGroup.removeInsertControls
(InsertControls item) Remove the first matchingInsertControls
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type InsertControlsModifier and TypeMethodDescriptionvoid
Merge.Custom.setInsertControls
(List<InsertControls> value) void
ProfileGroup.setInsertControls
(List<InsertControls> value)