summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/dao/impl/zusammen/ComponentDependencyModelPropertyName.java
blob: 426bb52452d409719737c01f6dfd2c5cb7375452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openecomp.sdc.vendorsoftwareproduct.dao.impl.zusammen;

/**
 * Created by ayalaben on 5/16/2017
 */
public enum ComponentDependencyModelPropertyName {
    id,
    relation,
    sourcecomponent_id,
    targetcomponent_id,

}