Interface EdmMetadataAssociationEnd
-
- All Superinterfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotatable,org.apache.olingo.odata2.api.edm.EdmAssociationEnd
- All Known Implementing Classes:
EdmAssociationEndImpl
public interface EdmMetadataAssociationEnd extends org.apache.olingo.odata2.api.edm.EdmAssociationEnd@org.apache.olingo.odata2.DoNotImplement A CSDL AssociationEnd elementEdmAssociationEnd defines one side of the relationship of two entity types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmOnDeletegetOnDelete()
-
-
-
Method Detail
-
getOnDelete
EdmOnDelete getOnDelete()
- Returns:
- OnDelete on delete
-
-