X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aai-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Faai%2Fserialization%2Fdb%2FEdgeProperty.java;h=29461bcf002a9ef7f3482ebe07231de418ec7207;hb=bb87ed1b5fcfb5393f2ab240fc429d497d6ffb6a;hp=ce21431d3bd6a5dadb1e162b107a1b7f41568fd8;hpb=8336d5e1b0c466ea5f1ca8aa01fc9d01ed91a059;p=aai%2Faai-common.git diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/db/EdgeProperty.java b/aai-core/src/main/java/org/openecomp/aai/serialization/db/EdgeProperty.java index ce21431d..29461bcf 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/db/EdgeProperty.java +++ b/aai-core/src/main/java/org/openecomp/aai/serialization/db/EdgeProperty.java @@ -21,10 +21,10 @@ package org.openecomp.aai.serialization.db; public enum EdgeProperty { - IS_PARENT("isParent"), - USES_RESOURCE("usesResource"), - HAS_DEL_TARGET("hasDelTarget"), - SVC_INFRA("SVC-INFRA"); + CONTAINS("contains-other-v"), + DELETE_OTHER_V("delete-other-v"), + SVC_INFRA("SVC-INFRA"), + PREVENT_DELETE("prevent-delete"); private final String name; private EdgeProperty(String name) {