Uses of Class
nl.geostandaarden.mim_1_2.relatierol.Constraints
Packages that use Constraints
-
Uses of Constraints in nl.geostandaarden.mim_1_2.relatierol
Fields in nl.geostandaarden.mim_1_2.relatierol declared as ConstraintsModifier and TypeFieldDescriptionprotected Constraints
Gegevensgroeptype.constraints
protected Constraints
Objecttype.constraints
protected Constraints
Relatieklasse.constraints
Methods in nl.geostandaarden.mim_1_2.relatierol that return ConstraintsModifier and TypeMethodDescriptionObjectFactory.createConstraints()
Create an instance ofConstraints
Gegevensgroeptype.getConstraints()
Gets the value of the constraints property.Objecttype.getConstraints()
Gets the value of the constraints property.Relatieklasse.getConstraints()
Gets the value of the constraints property.Constraints.withConstraint
(Collection<Constraint> values) Adds objects to the list of Constraint using addAll methodConstraints.withConstraint
(Constraint... values) Adds objects to the list of Constraint using add methodConstraints.withParent
(Object parent) Methods in nl.geostandaarden.mim_1_2.relatierol with parameters of type ConstraintsModifier and TypeMethodDescriptionvoid
Gegevensgroeptype.setConstraints
(Constraints value) Sets the value of the constraints property.void
Objecttype.setConstraints
(Constraints value) Sets the value of the constraints property.void
Relatieklasse.setConstraints
(Constraints value) Sets the value of the constraints property.Gegevensgroeptype.withConstraints
(Constraints value) Sets the value of the constraints property.Objecttype.withConstraints
(Constraints value) Sets the value of the constraints property.Relatieklasse.withConstraints
(Constraints value) Sets the value of the constraints property.