Uses of Class
gov.nist.secauto.oscal.lib.model.PoamItem.RelatedFinding
Packages that use PoamItem.RelatedFinding
-
Uses of PoamItem.RelatedFinding in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type PoamItem.RelatedFindingMethods in gov.nist.secauto.oscal.lib.model with parameters of type PoamItem.RelatedFindingModifier and TypeMethodDescriptionboolean
PoamItem.addRelatedFinding
(PoamItem.RelatedFinding item) Add a newPoamItem.RelatedFinding
item to the underlying collection.boolean
PoamItem.removeRelatedFinding
(PoamItem.RelatedFinding item) Remove the first matchingPoamItem.RelatedFinding
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type PoamItem.RelatedFindingModifier and TypeMethodDescriptionvoid
PoamItem.setRelatedFindings
(List<PoamItem.RelatedFinding> value)