d0bb8269040658f83f3c7d94912e6134aabe5788
[sdc.git] /
1 package org.openecomp.sdc.translator.datatypes.heattotosca.unifiedmodel.composition;
2
3 public enum UnifiedCompositionEntity {
4   Compute,
5   Port,
6   Nested,
7   Other;
8 }