public class EdmEntityTypeImplProv extends EdmStructuralTypeImplProv implements EdmEntityType
edmBaseType, edmProperties, namespace, structuralTypeedm| Constructor and Description |
|---|
EdmEntityTypeImplProv(EdmImplProv edm,
EntityType entityType,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected EdmTyped |
createNavigationProperty(NavigationProperty property) |
EdmEntityType |
getBaseType() |
EdmCustomizableFeedMappings |
getCustomizableFeedMappings() |
List<EdmProperty> |
getKeyProperties() |
List<String> |
getKeyPropertyNames() |
List<String> |
getNavigationPropertyNames() |
protected EdmTyped |
getPropertyInternal(String name) |
boolean |
hasStream() |
createProperty, getAnnotations, getKind, getMapping, getNamespace, getProperty, getPropertyNames, toStringgetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyNamesgetMappinggetKind, getNamespacegetAnnotationspublic EdmEntityTypeImplProv(EdmImplProv edm, EntityType entityType, String namespace) throws EdmException
EdmExceptionpublic List<String> getKeyPropertyNames() throws EdmException
getKeyPropertyNames in interface EdmEntityTypeEdmExceptionpublic List<EdmProperty> getKeyProperties() throws EdmException
getKeyProperties in interface EdmEntityTypeEdmExceptionpublic boolean hasStream()
throws EdmException
hasStream in interface EdmEntityTypeEdmExceptionpublic EdmCustomizableFeedMappings getCustomizableFeedMappings() throws EdmException
getCustomizableFeedMappings in interface EdmEntityTypeEdmExceptionpublic List<String> getNavigationPropertyNames() throws EdmException
getNavigationPropertyNames in interface EdmEntityTypeEdmExceptionpublic EdmEntityType getBaseType() throws EdmException
getBaseType in interface EdmEntityTypegetBaseType in interface EdmStructuralTypegetBaseType in class EdmStructuralTypeImplProvEdmExceptionprotected EdmTyped getPropertyInternal(String name) throws EdmException
getPropertyInternal in class EdmStructuralTypeImplProvEdmExceptionprotected EdmTyped createNavigationProperty(NavigationProperty property) throws EdmException
EdmExceptionCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.