Uses of Class
gov.nist.secauto.oscal.lib.model.ComponentStatement
Packages that use ComponentStatement
-
Uses of ComponentStatement in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ComponentStatementMethods in gov.nist.secauto.oscal.lib.model with parameters of type ComponentStatementModifier and TypeMethodDescriptionboolean
ComponentImplementedRequirement.addStatement
(ComponentStatement item) Add a newComponentStatement
item to the underlying collection.boolean
ComponentImplementedRequirement.removeStatement
(ComponentStatement item) Remove the first matchingComponentStatement
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ComponentStatementModifier and TypeMethodDescriptionvoid
ComponentImplementedRequirement.setStatements
(List<ComponentStatement> value)