Uses of Class
gov.nist.secauto.oscal.lib.model.ParameterConstraint.Test
Packages that use ParameterConstraint.Test
-
Uses of ParameterConstraint.Test in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ParameterConstraint.TestMethods in gov.nist.secauto.oscal.lib.model with parameters of type ParameterConstraint.TestModifier and TypeMethodDescriptionboolean
ParameterConstraint.addTest
(ParameterConstraint.Test item) Add a newParameterConstraint.Test
item to the underlying collection.boolean
ParameterConstraint.removeTest
(ParameterConstraint.Test item) Remove the first matchingParameterConstraint.Test
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ParameterConstraint.TestModifier and TypeMethodDescriptionvoid
ParameterConstraint.setTests
(List<ParameterConstraint.Test> value)