Class EdmEntityTypeImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
org.apache.olingo.odata2.core.edm.provider.EdmEntityTypeImplProv
- All Implemented Interfaces:
EdmAnnotatable,EdmEntityType,EdmMappable,EdmNamed,EdmStructuralType,EdmType
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
edmBaseType, edmProperties, namespace, structuralTypeFields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmEntityTypeImplProv(EdmImplProv edm, EntityType entityType, String namespace) -
Method Summary
Modifier and TypeMethodDescriptionprotected EdmTypedcreateNavigationProperty(NavigationProperty property) protected EdmTypedgetPropertyInternal(String name) booleanMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
createProperty, getAnnotations, getKind, getMapping, getNamespace, getProperty, getPropertyNames, toStringMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMappingMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmStructuralType
getProperty, getPropertyNamesMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmType
getKind, getNamespace
-
Constructor Details
-
EdmEntityTypeImplProv
public EdmEntityTypeImplProv(EdmImplProv edm, EntityType entityType, String namespace) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getKeyPropertyNames
- Specified by:
getKeyPropertyNamesin interfaceEdmEntityType- Throws:
EdmException
-
getKeyProperties
- Specified by:
getKeyPropertiesin interfaceEdmEntityType- Throws:
EdmException
-
hasStream
- Specified by:
hasStreamin interfaceEdmEntityType- Throws:
EdmException
-
getCustomizableFeedMappings
- Specified by:
getCustomizableFeedMappingsin interfaceEdmEntityType- Throws:
EdmException
-
getBaseType
- Specified by:
getBaseTypein interfaceEdmEntityType- Specified by:
getBaseTypein interfaceEdmStructuralType- Overrides:
getBaseTypein classEdmStructuralTypeImplProv- Throws:
EdmException
-
getPropertyInternal
- Overrides:
getPropertyInternalin classEdmStructuralTypeImplProv- Throws:
EdmException
-
getEntityType
-