Support TOSCA functions in Node Filters
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / ToscaPropertyData.java
index 14c9575..6626d9a 100644 (file)
@@ -26,6 +26,7 @@ package org.openecomp.sdc.be.model;
  */
 public interface ToscaPropertyData {
     String getUniqueId();
+    String getName();
     String getType();
     String getSchemaType();
 }