Uses of Class
gov.nist.secauto.oscal.lib.model.DefinedComponent
Packages that use DefinedComponent
-
Uses of DefinedComponent in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type DefinedComponentMethods in gov.nist.secauto.oscal.lib.model with parameters of type DefinedComponentModifier and TypeMethodDescriptionboolean
ComponentDefinition.addComponent
(DefinedComponent item) Add a newDefinedComponent
item to the underlying collection.boolean
ComponentDefinition.removeComponent
(DefinedComponent item) Remove the first matchingDefinedComponent
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type DefinedComponentModifier and TypeMethodDescriptionvoid
ComponentDefinition.setComponents
(List<DefinedComponent> value)