Add constraints structure to ToscaProperty 17/108317/2
authorandre.schmid <andre.schmid@est.tech>
Mon, 25 May 2020 13:54:30 +0000 (14:54 +0100)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Tue, 2 Jun 2020 08:36:40 +0000 (08:36 +0000)
commit64ff2b9fa9eca541603a8e2f2bd08bf24de25338
tree63859337280a49bc5717f60ba7185a64b416412e
parentb6dc72ad96d5194fb7529ac39ec239ff92e3e7a2
Add constraints structure to ToscaProperty

Add constraints structure to ToscaProperty and implements
the valid_values property.

Change-Id: Id69581582839a8937f0c76c24d6a6bfcc7f0a957
Issue-ID: SDC-3084
Signed-off-by: andre.schmid <andre.schmid@est.tech>
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/model/ToscaProperty.java
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/model/ToscaPropertyConstraint.java [new file with mode: 0644]
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/model/ToscaPropertyConstraintValidValues.java [new file with mode: 0644]