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 TypeMethodDescriptionbooleanByComponent.addSetParameter(SetParameter item) Add a newSetParameteritem to the underlying collection.booleanComponentControlImplementation.addSetParameter(SetParameter item) Add a newSetParameteritem to the underlying collection.booleanComponentImplementedRequirement.addSetParameter(SetParameter item) Add a newSetParameteritem to the underlying collection.booleanControlImplementation.addSetParameter(SetParameter item) Add a newSetParameteritem to the underlying collection.booleanImplementedRequirement.addSetParameter(SetParameter item) Add a newSetParameteritem to the underlying collection.booleanByComponent.removeSetParameter(SetParameter item) Remove the first matchingSetParameteritem from the underlying collection.booleanComponentControlImplementation.removeSetParameter(SetParameter item) Remove the first matchingSetParameteritem from the underlying collection.booleanComponentImplementedRequirement.removeSetParameter(SetParameter item) Remove the first matchingSetParameteritem from the underlying collection.booleanControlImplementation.removeSetParameter(SetParameter item) Remove the first matchingSetParameteritem from the underlying collection.booleanImplementedRequirement.removeSetParameter(SetParameter item) Remove the first matchingSetParameteritem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SetParameterModifier and TypeMethodDescriptionvoidByComponent.setSetParameters(List<SetParameter> value) voidComponentControlImplementation.setSetParameters(List<SetParameter> value) voidComponentImplementedRequirement.setSetParameters(List<SetParameter> value) voidControlImplementation.setSetParameters(List<SetParameter> value) voidImplementedRequirement.setSetParameters(List<SetParameter> value)