aboutsummaryrefslogtreecommitdiffstats
path: root/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
blob: 5ce0433f50f5b56e2c95fdaf729cc515b4f14f03 (plain)
1
2
3
4
5
6
7
8
9
10
package org.openecomp.sdc.vendorlicense.dao.impl.zusammen;

public enum RelationType {
    LicenseAgreementToFeatureGroup,
    FeatureGroupToEntitlmentPool,
    FeatureGroupToLicenseKeyGroup,
    FeatureGroupToReferencingLicenseAgreement,
    EntitlmentPoolToReferencingFeatureGroup,
    LicenseKeyGroupToReferencingFeatureGroup
}