Uses of Class
dev.metaschema.oscal.lib.model.MappingItem
Packages that use MappingItem
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 MappingItem in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type MappingItemModifier and TypeMethodDescriptionMappingEntry.getSources()Get the "Mapping Entry Item (source or target)".MappingEntry.getTargets()Get the "Mapping Entry Item (source or target)".Methods in dev.metaschema.oscal.lib.model with parameters of type MappingItemModifier and TypeMethodDescriptionbooleanMappingEntry.addSource(MappingItem item) Add a newMappingItemitem to the underlying collection.booleanMappingEntry.addTarget(MappingItem item) Add a newMappingItemitem to the underlying collection.booleanMappingEntry.removeSource(MappingItem item) Remove the first matchingMappingItemitem from the underlying collection.booleanMappingEntry.removeTarget(MappingItem item) Remove the first matchingMappingItemitem from the underlying collection.Method parameters in dev.metaschema.oscal.lib.model with type arguments of type MappingItemModifier and TypeMethodDescriptionvoidMappingEntry.setSources(List<MappingItem> value) Set the "Mapping Entry Item (source or target)".voidMappingEntry.setTargets(List<MappingItem> value) Set the "Mapping Entry Item (source or target)".