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 TypeMethodDescriptionbooleanImplementedRequirement.addByComponent(ByComponent item) Add a newByComponentitem to the underlying collection.booleanStatement.addByComponent(ByComponent item) Add a newByComponentitem to the underlying collection.booleanImplementedRequirement.removeByComponent(ByComponent item) Remove the first matchingByComponentitem from the underlying collection.booleanStatement.removeByComponent(ByComponent item) Remove the first matchingByComponentitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ByComponentModifier and TypeMethodDescriptionvoidImplementedRequirement.setByComponents(List<ByComponent> value) voidStatement.setByComponents(List<ByComponent> value)