public class EdmEntitySetImpl extends EdmNamedImpl implements EdmEntitySet, EdmAnnotatable
edm, name
Constructor and Description |
---|
EdmEntitySetImpl() |
getName, setEdm, setName
public FullQualifiedName getEntityTypeName()
public void setEntityTypeName(FullQualifiedName entityTypeName)
public EdmEntityType getEntityType() throws EdmException
EdmEntitySet
getEntityType
in interface EdmEntitySet
EdmEntityType
EdmException
public EdmEntityContainer getEdmEntityContainer()
public void setEdmEntityContainer(EdmEntityContainer edmEntityContainer)
public EdmEntityType getEdmEntityType()
public void setEdmEntityType(EdmEntityType edmEntityType)
public void setAnnotations(EdmAnnotationsImpl annotations)
public EdmDocumentation getDocumentation()
public void setDocumentation(EdmDocumentation documentation)
public void setMapping(EdmMapping mapping)
public EdmEntitySet getRelatedEntitySet(EdmNavigationProperty navigationProperty) throws EdmException
EdmEntitySet
getRelatedEntitySet
in interface EdmEntitySet
navigationProperty
- of type EdmNavigationProperty
EdmEntitySet
EdmException
public EdmEntityContainer getEntityContainer() throws EdmException
EdmEntitySet
getEntityContainer
in interface EdmEntitySet
EdmEntityContainer
EdmException
public EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatable
getAnnotations
in interface EdmAnnotatable
EdmAnnotations
never nullEdmException
public EdmMapping getMapping() throws EdmException
EdmMappable
getMapping
in interface EdmMappable
EdmMapping
EdmException
public void setEdmEntityTypeName(FullQualifiedName fqName)
public String toString()
toString
in class EdmNamedImpl
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.