Uses of Class
gov.nist.secauto.oscal.lib.model.ImportComponentDefinition
Packages that use ImportComponentDefinition
-
Uses of ImportComponentDefinition in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ImportComponentDefinitionMethods in gov.nist.secauto.oscal.lib.model with parameters of type ImportComponentDefinitionModifier and TypeMethodDescriptionboolean
ComponentDefinition.addImportComponentDefinition
(ImportComponentDefinition item) Add a newImportComponentDefinition
item to the underlying collection.boolean
ComponentDefinition.removeImportComponentDefinition
(ImportComponentDefinition item) Remove the first matchingImportComponentDefinition
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ImportComponentDefinitionModifier and TypeMethodDescriptionvoid
ComponentDefinition.setImportComponentDefinitions
(List<ImportComponentDefinition> value)