Backend support for custom functions
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / elements / ToscaFunctionType.java
index 450c7d0..e65174b 100644 (file)
@@ -35,6 +35,7 @@ public enum ToscaFunctionType {
     GET_PROPERTY("get_property"),
     GET_ATTRIBUTE("get_attribute"),
     CONCAT("concat"),
+    CUSTOM("custom"),
     YAML("yaml"),
     STRING("string");