Uses of Class
gov.nist.secauto.oscal.lib.model.PoamItem.RelatedObservation
Packages that use PoamItem.RelatedObservation
-
Uses of PoamItem.RelatedObservation in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type PoamItem.RelatedObservationMethods in gov.nist.secauto.oscal.lib.model with parameters of type PoamItem.RelatedObservationModifier and TypeMethodDescriptionboolean
PoamItem.addRelatedObservation
(PoamItem.RelatedObservation item) Add a newPoamItem.RelatedObservation
item to the underlying collection.boolean
PoamItem.removeRelatedObservation
(PoamItem.RelatedObservation item) Remove the first matchingPoamItem.RelatedObservation
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type PoamItem.RelatedObservationModifier and TypeMethodDescriptionvoid
PoamItem.setRelatedObservations
(List<PoamItem.RelatedObservation> value)