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)
|
EntityType |
EntityType.setAnnotationElements(List<AnnotationElement> annotationElements)
|
EntityType |
EntityType.setBaseType(FullQualifiedName baseType) |
EntityType |
EntityType.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
|
EntityType |
EntityType.setDocumentation(Documentation documentation) |
EntityType |
EntityType.setHasStream(boolean hasStream)
|
EntityType |
EntityType.setKey(Key key)
|
EntityType |
EntityType.setMapping(Mapping mapping) |
EntityType |
EntityType.setName(String name) |
EntityType |
EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties)
|
EntityType |
EntityType.setProperties(List<Property> properties) |