Uses of Class
gov.nist.secauto.oscal.lib.model.ParameterConstraint
Packages that use ParameterConstraint
-
Uses of ParameterConstraint in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ParameterConstraintModifier and TypeMethodDescriptionModify.ProfileSetParameter.getConstraints()
Parameter.getConstraints()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ParameterConstraintModifier and TypeMethodDescriptionboolean
Modify.ProfileSetParameter.addConstraint
(ParameterConstraint item) Add a newParameterConstraint
item to the underlying collection.boolean
Parameter.addConstraint
(ParameterConstraint item) Add a newParameterConstraint
item to the underlying collection.boolean
Modify.ProfileSetParameter.removeConstraint
(ParameterConstraint item) Remove the first matchingParameterConstraint
item from the underlying collection.boolean
Parameter.removeConstraint
(ParameterConstraint item) Remove the first matchingParameterConstraint
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ParameterConstraintModifier and TypeMethodDescriptionvoid
Modify.ProfileSetParameter.setConstraints
(List<ParameterConstraint> value) void
Parameter.setConstraints
(List<ParameterConstraint> value) -
Uses of ParameterConstraint in gov.nist.secauto.oscal.lib.model.control
Methods in gov.nist.secauto.oscal.lib.model.control with parameters of type ParameterConstraintModifier and TypeMethodDescriptionAbstractParameter.Builder.constraint
(ParameterConstraint value)