Interface IntermediateModelItemAccess
- All Superinterfaces:
JPAElement
- All Known Subinterfaces:
IntermediateEntityTypeAccess,IntermediateNavigationPropertyAccess,IntermediatePropertyAccess
- Author:
- Oliver Grande
-
Method Summary
Modifier and TypeMethodDescriptionbooleanignore()Element shall be ignored for metadata generation.voidsetExternalName(String externalName)Enables to overwrite the External, OData, name of a model item.voidsetIgnore(boolean ignore)Enables to switch if a model item shall be ignored during runtime.Methods inherited from interface com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAElement
getExternalFQN, getExternalName, getInternalName
-
Method Details
-
ignore
boolean ignore()Element shall be ignored for metadata generation.- Returns:
-
setExternalName
Enables to overwrite the External, OData, name of a model item.- Parameters:
externalName-
-
setIgnore
void setIgnore(boolean ignore)Enables to switch if a model item shall be ignored during runtime.- Parameters:
ignore-
-