Uses of Class
gov.nist.secauto.oscal.lib.model.ParameterGuideline
Packages that use ParameterGuideline
-
Uses of ParameterGuideline in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ParameterGuidelineModifier and TypeMethodDescriptionModify.ProfileSetParameter.getGuidelines()
Parameter.getGuidelines()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ParameterGuidelineModifier and TypeMethodDescriptionboolean
Modify.ProfileSetParameter.addGuideline
(ParameterGuideline item) Add a newParameterGuideline
item to the underlying collection.boolean
Parameter.addGuideline
(ParameterGuideline item) Add a newParameterGuideline
item to the underlying collection.boolean
Modify.ProfileSetParameter.removeGuideline
(ParameterGuideline item) Remove the first matchingParameterGuideline
item from the underlying collection.boolean
Parameter.removeGuideline
(ParameterGuideline item) Remove the first matchingParameterGuideline
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ParameterGuidelineModifier and TypeMethodDescriptionvoid
Modify.ProfileSetParameter.setGuidelines
(List<ParameterGuideline> value) void
Parameter.setGuidelines
(List<ParameterGuideline> value) -
Uses of ParameterGuideline in gov.nist.secauto.oscal.lib.model.control
Methods in gov.nist.secauto.oscal.lib.model.control with parameters of type ParameterGuideline