426bb52452d409719737c01f6dfd2c5cb7375452
[sdc.git] /
1 package org.openecomp.sdc.vendorsoftwareproduct.dao.impl.zusammen;
2
3 /**
4  * Created by ayalaben on 5/16/2017
5  */
6 public enum ComponentDependencyModelPropertyName {
7     id,
8     relation,
9     sourcecomponent_id,
10     targetcomponent_id,
11
12 }