Uses of Class
gov.nist.secauto.oscal.lib.model.SetParameter
-
Uses of SetParameter in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionByComponent.getSetParameters()
ComponentControlImplementation.getSetParameters()
ComponentImplementedRequirement.getSetParameters()
ControlImplementation.getSetParameters()
ImplementedRequirement.getSetParameters()
Modifier 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.Modifier 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)