Uses of Class
gov.nist.secauto.oscal.lib.model.ByComponent
Packages that use ByComponent
-
Uses of ByComponent in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ByComponentModifier and TypeMethodDescriptionImplementedRequirement.getByComponents()
Statement.getByComponents()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ByComponentModifier and TypeMethodDescriptionboolean
ImplementedRequirement.addByComponent
(ByComponent item) Add a newByComponent
item to the underlying collection.boolean
Statement.addByComponent
(ByComponent item) Add a newByComponent
item to the underlying collection.boolean
ImplementedRequirement.removeByComponent
(ByComponent item) Remove the first matchingByComponent
item from the underlying collection.boolean
Statement.removeByComponent
(ByComponent item) Remove the first matchingByComponent
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ByComponentModifier and TypeMethodDescriptionvoid
ImplementedRequirement.setByComponents
(List<ByComponent> value) void
Statement.setByComponents
(List<ByComponent> value)