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 TypeMethodDescriptionbooleanPlanOfActionAndMilestones.addPoamItem(PoamItem item) Add a newPoamItemitem to the underlying collection.booleanPlanOfActionAndMilestones.removePoamItem(PoamItem item) Remove the first matchingPoamItemitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type PoamItemModifier and TypeMethodDescriptionvoidPlanOfActionAndMilestones.setPoamItems(List<PoamItem> value)