Package eu.xenit.alfred.api.properties
Class PropertyConstraintDefinition
java.lang.Object
eu.xenit.alfred.api.properties.PropertyConstraintDefinition
Datastructure that represents a constraint of a property. constraintType: The type of constraint. parameters: String
to Object map which contains more information related to the constraint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConstraintType(String constraintType) voidsetParameters(Map<String, Object> parameters)
-
Constructor Details
-
PropertyConstraintDefinition
public PropertyConstraintDefinition()
-
-
Method Details
-
getParameters
-
setParameters
-
getConstraintType
-
setConstraintType
-