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 TypeMethodDescriptionbooleanComponentDefinition.addComponent(DefinedComponent item) Add a newDefinedComponentitem to the underlying collection.booleanComponentDefinition.removeComponent(DefinedComponent item) Remove the first matchingDefinedComponentitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type DefinedComponentModifier and TypeMethodDescriptionvoidComponentDefinition.setComponents(List<DefinedComponent> value)