Uses of Class
gov.nist.secauto.oscal.lib.model.SetParameter
Packages that use SetParameter
-
Uses of SetParameter in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SetParameterModifier and TypeMethodDescriptionByComponent.getSetParameters()
ComponentControlImplementation.getSetParameters()
ComponentImplementedRequirement.getSetParameters()
ControlImplementation.getSetParameters()
ImplementedRequirement.getSetParameters()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type SetParameterModifier and TypeMethodDescriptionboolean
ByComponent.addSetParameter
(SetParameter item) Add a newSetParameter
item to the underlying collection.boolean
ComponentControlImplementation.addSetParameter
(SetParameter item) Add a newSetParameter
item to the underlying collection.boolean
ComponentImplementedRequirement.addSetParameter
(SetParameter item) Add a newSetParameter
item to the underlying collection.boolean
ControlImplementation.addSetParameter
(SetParameter item) Add a newSetParameter
item to the underlying collection.boolean
ImplementedRequirement.addSetParameter
(SetParameter item) Add a newSetParameter
item to the underlying collection.boolean
ByComponent.removeSetParameter
(SetParameter item) Remove the first matchingSetParameter
item from the underlying collection.boolean
ComponentControlImplementation.removeSetParameter
(SetParameter item) Remove the first matchingSetParameter
item from the underlying collection.boolean
ComponentImplementedRequirement.removeSetParameter
(SetParameter item) Remove the first matchingSetParameter
item from the underlying collection.boolean
ControlImplementation.removeSetParameter
(SetParameter item) Remove the first matchingSetParameter
item from the underlying collection.boolean
ImplementedRequirement.removeSetParameter
(SetParameter item) Remove the first matchingSetParameter
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SetParameterModifier and TypeMethodDescriptionvoid
ByComponent.setSetParameters
(List<SetParameter> value) void
ComponentControlImplementation.setSetParameters
(List<SetParameter> value) void
ComponentImplementedRequirement.setSetParameters
(List<SetParameter> value) void
ControlImplementation.setSetParameters
(List<SetParameter> value) void
ImplementedRequirement.setSetParameters
(List<SetParameter> value)