Uses of Class
dev.metaschema.oscal.lib.model.ComponentControlImplementation
Packages that use ComponentControlImplementation
Package
Description
Provides generated Metaschema binding classes for module(s): OSCAL Mapping Model -- Common Models, OSCAL Implementation Common Information, OSCAL Assessment Results Model, OSCAL Assessment Plan Model, OSCAL Assessment Layer Format -- Common Modules, OSCAL Plan of Action and Milestones (POA&M) Model, OSCAL Profile Model, OSCAL Control Catalog Format -- Common Models, OSCAL Component Definition Model, OSCAL System Security Plan (SSP) Model, OSCAL Document Metadata Description, OSCAL Unified Model of Models, OSCAL Control Catalog Model, OSCAL Control Mapping Model.
-
Uses of ComponentControlImplementation in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type ComponentControlImplementationModifier and TypeMethodDescriptionCapability.getControlImplementations()Get the "Control Implementation Set".DefinedComponent.getControlImplementations()Get the "Control Implementation Set".Methods in dev.metaschema.oscal.lib.model with parameters of type ComponentControlImplementationModifier and TypeMethodDescriptionbooleanCapability.addControlImplementation(ComponentControlImplementation item) Add a newComponentControlImplementationitem to the underlying collection.booleanDefinedComponent.addControlImplementation(ComponentControlImplementation item) Add a newComponentControlImplementationitem to the underlying collection.booleanCapability.removeControlImplementation(ComponentControlImplementation item) Remove the first matchingComponentControlImplementationitem from the underlying collection.booleanDefinedComponent.removeControlImplementation(ComponentControlImplementation item) Remove the first matchingComponentControlImplementationitem from the underlying collection.Method parameters in dev.metaschema.oscal.lib.model with type arguments of type ComponentControlImplementationModifier and TypeMethodDescriptionvoidCapability.setControlImplementations(List<ComponentControlImplementation> value) Set the "Control Implementation Set".voidDefinedComponent.setControlImplementations(List<ComponentControlImplementation> value) Set the "Control Implementation Set".