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 ConstraintsGegevensgroeptype.constraintsprotected ConstraintsObjecttype.constraintsprotected ConstraintsRelatieklasse.constraintsMethods in nl.geostandaarden.mim_1_2.relatierol that return ConstraintsModifier and TypeMethodDescriptionObjectFactory.createConstraints()Create an instance ofConstraintsGegevensgroeptype.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 TypeMethodDescriptionvoidGegevensgroeptype.setConstraints(Constraints value) Sets the value of the constraints property.voidObjecttype.setConstraints(Constraints value) Sets the value of the constraints property.voidRelatieklasse.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.