Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityType

Packages that use EntityType
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of EntityType in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EntityType
 EntityType EdmProvider.getEntityType(FullQualifiedName edmFQName)
          This method should return an EntityType or null if nothing is found
 EntityType EntityType.setAbstract(boolean isAbstract)
           
 EntityType EntityType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this EntityType
 EntityType EntityType.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this EntityType
 EntityType EntityType.setBaseType(FullQualifiedName baseType)
           
 EntityType EntityType.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
          Sets the CustomizableFeedMappings for this EntityType
 EntityType EntityType.setDocumentation(Documentation documentation)
           
 EntityType EntityType.setHasStream(boolean hasStream)
          Sets if this EntityType is a media resource
 EntityType EntityType.setKey(Key key)
          Sets the Key for this EntityType
 EntityType EntityType.setMapping(Mapping mapping)
           
 EntityType EntityType.setName(String name)
           
 EntityType EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties)
          Sets the NavigationPropertys for this EntityType
 EntityType EntityType.setProperties(List<Property> properties)
           
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityType
 List<EntityType> Schema.getEntityTypes()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityType
 Schema Schema.setEntityTypes(List<EntityType> entityTypes)
          Sets the EntityTypes for this Schema
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.