Uses of Class
gov.nist.secauto.oscal.lib.model.MappingItem
Packages that use MappingItem
-
Uses of MappingItem in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type MappingItemMethods in gov.nist.secauto.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 gov.nist.secauto.oscal.lib.model with type arguments of type MappingItemModifier and TypeMethodDescriptionvoidMappingEntry.setSources(List<MappingItem> value) voidMappingEntry.setTargets(List<MappingItem> value)