Uses of Class
gov.nist.secauto.oscal.lib.model.PoamItem
Packages that use PoamItem
-
Uses of PoamItem in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type PoamItemMethods in gov.nist.secauto.oscal.lib.model with parameters of type PoamItemModifier and TypeMethodDescriptionboolean
PlanOfActionAndMilestones.addPoamItem
(PoamItem item) Add a newPoamItem
item to the underlying collection.boolean
PlanOfActionAndMilestones.removePoamItem
(PoamItem item) Remove the first matchingPoamItem
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type PoamItemModifier and TypeMethodDescriptionvoid
PlanOfActionAndMilestones.setPoamItems
(List<PoamItem> value)