Uses of Class
dev.metaschema.oscal.lib.model.Parameter
Packages that use Parameter
Package
Description
Provides generated Metaschema binding classes for module(s): OSCAL Plan of Action and Milestones (POA&M) Model, OSCAL Assessment Results Model, OSCAL Document Metadata Description, OSCAL Mapping Model -- Common Models, OSCAL Assessment Layer Format -- Common Modules, OSCAL Profile Model, OSCAL Unified Model of Models, OSCAL Control Catalog Format -- Common Models, OSCAL System Security Plan (SSP) Model, OSCAL Implementation Common Information, OSCAL Component Definition Model, OSCAL Control Mapping Model, OSCAL Control Catalog Model, OSCAL Assessment Plan Model.
-
Uses of Parameter in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionCatalog.getParams()Get the "Parameter".CatalogGroup.getParams()Get the "Parameter".Control.getParams()Get the "Parameter".Modify.Alter.Add.getParams()Get the "Parameter".ProfileGroup.getParams()Get the "Parameter".Methods in dev.metaschema.oscal.lib.model with parameters of type ParameterModifier and TypeMethodDescriptionbooleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanCatalog.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanCatalogGroup.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanControl.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanModify.Alter.Add.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanProfileGroup.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.Method parameters in dev.metaschema.oscal.lib.model with type arguments of type ParameterModifier and TypeMethodDescriptionvoidSet the "Parameter".voidSet the "Parameter".voidSet the "Parameter".voidSet the "Parameter".voidSet the "Parameter". -
Uses of Parameter in dev.metaschema.oscal.lib.model.control
Methods in dev.metaschema.oscal.lib.model.control that return Parameter -
Uses of Parameter in dev.metaschema.oscal.lib.model.control.catalog
Methods in dev.metaschema.oscal.lib.model.control.catalog that return types with arguments of type ParameterMethods in dev.metaschema.oscal.lib.model.control.catalog with parameters of type ParameterModifier and TypeMethodDescriptionbooleanAdd a newParameteritem to the underlying collection.booleanIControlContainer.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.AbstractCatalogVisitor.visitParameter(Parameter parameter, CONTEXT context) ICatalogVisitor.visitParameter(Parameter parameter, CONTEXT context) Visit the providedparameter. -
Uses of Parameter in dev.metaschema.oscal.lib.profile.resolver.alter
Methods in dev.metaschema.oscal.lib.profile.resolver.alter with parameters of type ParameterModifier and TypeMethodDescriptionAddVisitor.visitParameter(Parameter parameter, dev.metaschema.oscal.lib.profile.resolver.alter.AddVisitor.Context context) RemoveVisitor.visitParameter(Parameter parameter, dev.metaschema.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) Method parameters in dev.metaschema.oscal.lib.profile.resolver.alter with type arguments of type Parameter -
Uses of Parameter in dev.metaschema.oscal.lib.profile.resolver.selection
Methods in dev.metaschema.oscal.lib.profile.resolver.selection that return types with arguments of type ParameterModifier and TypeMethodDescriptionprotected Collection<Parameter>DefaultResult.getPromotedParameters()protected Collection<Parameter>DefaultResult.getRemovedParameters()Methods in dev.metaschema.oscal.lib.profile.resolver.selection with parameters of type ParameterModifier and TypeMethodDescriptionvoidDefaultResult.promoteParameter(Parameter param) voidIResult.promoteParameter(Parameter param) voidDefaultResult.removeParameter(Parameter parameter)