[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-license-lib / openecomp-sdc-vendor-license-core / src / main / java / org / openecomp / sdc / vendorlicense / dao / impl / zusammen / RelationType.java
1 package org.openecomp.sdc.vendorlicense.dao.impl.zusammen;
2
3 public enum RelationType {
4     LicenseAgreementToFeatureGroup,
5     FeatureGroupToEntitlmentPool,
6     FeatureGroupToLicenseKeyGroup,
7     FeatureGroupToReferencingLicenseAgreement,
8     EntitlmentPoolToReferencingFeatureGroup,
9     LicenseKeyGroupToReferencingFeatureGroup
10 }