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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmOnDeletegetOnDelete()
-
-
-
Method Detail
-
getOnDelete
EdmOnDelete getOnDelete()
- Returns:
OnDeleteon delete
-
-