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 TypeMethodDescriptionbooleanParameterConstraint.addTest(ParameterConstraint.Test item) Add a newParameterConstraint.Testitem to the underlying collection.booleanParameterConstraint.removeTest(ParameterConstraint.Test item) Remove the first matchingParameterConstraint.Testitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ParameterConstraint.TestModifier and TypeMethodDescriptionvoidParameterConstraint.setTests(List<ParameterConstraint.Test> value)