Uses of Class
gov.nist.secauto.oscal.lib.model.InsertControls
-
Uses of InsertControls in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionMerge.Custom.getInsertControls()
ProfileGroup.getInsertControls()
Modifier 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.Modifier and TypeMethodDescriptionvoid
Merge.Custom.setInsertControls
(List<InsertControls> value) void
ProfileGroup.setInsertControls
(List<InsertControls> value)