public class EdmNavigationPropertyImpl extends AbstractEdmNamed implements EdmNavigationProperty
edm| Constructor and Description |
|---|
EdmNavigationPropertyImpl(Edm edm,
CsdlNavigationProperty navigationProperty) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTarget() |
EdmOnDelete |
getOnDelete() |
EdmNavigationProperty |
getPartner() |
String |
getReferencingPropertyName(String referencedPropertyName)
Get property name for referenced property
|
List<EdmReferentialConstraint> |
getReferentialConstraints() |
EdmEntityType |
getType()
See
EdmType for more information about possible types. |
boolean |
isCollection() |
boolean |
isNullable() |
getName, toStringgetAnnotation, getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotationspublic EdmNavigationPropertyImpl(Edm edm, CsdlNavigationProperty navigationProperty)
public boolean isCollection()
isCollection in interface EdmTypedpublic boolean isNullable()
isNullable in interface EdmNavigationPropertypublic boolean containsTarget()
containsTarget in interface EdmNavigationPropertypublic EdmEntityType getType()
EdmTypedEdmType for more information about possible types.getType in interface EdmNavigationPropertygetType in interface EdmTypedEdmTypepublic EdmNavigationProperty getPartner()
getPartner in interface EdmNavigationPropertypublic String getReferencingPropertyName(String referencedPropertyName)
EdmNavigationPropertygetReferencingPropertyName in interface EdmNavigationPropertyreferencedPropertyName - name of referenced propertypublic List<EdmReferentialConstraint> getReferentialConstraints()
getReferentialConstraints in interface EdmNavigationPropertypublic EdmOnDelete getOnDelete()
getOnDelete in interface EdmNavigationPropertyCopyright © 2023. All rights reserved.