aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/src/main/java/org/openecomp/sdcrests/vendorsoftwareproducts/types/ComponentRelationType.java
blob: 12bb02cd15371de56345f8c3f101a208774487e8 (plain)
1
2
3
4
5
6
package org.openecomp.sdcrests.vendorsoftwareproducts.types;

public enum ComponentRelationType {
  dependsOn,
  other
}