Sync Integ to Master
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / components / ComponentMetadataDataDefinition.java
index 5fecac4..9499529 100644 (file)
@@ -557,4 +557,9 @@ public abstract class ComponentMetadataDataDefinition extends ToscaDataDefinitio
                return true;
        }
 
+       /**
+        * Return the type of the actual component - e.g. for a Resource, return the actual VF/CR
+        * @return
+        */
+       public abstract String getActualComponentType();
 }