Uses of Class
gov.nist.secauto.oscal.lib.model.ParameterConstraint
-
Uses of ParameterConstraint in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionModify.ProfileSetParameter.getConstraints()
Parameter.getConstraints()
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionAbstractParameter.Builder.constraint
(ParameterConstraint value)