public class EdmFunctionImportImpl extends EdmNamedImpl implements EdmFunctionImport, EdmAnnotatable
edm, name
Constructor and Description |
---|
EdmFunctionImportImpl() |
getName, setEdm, setName
public EdmTyped getEdmReturnType()
public void setEdmReturnType(EdmTyped edmReturnType)
public EdmDocumentation getDocumentation()
public void setDocumentation(EdmDocumentation documentation)
public void setMapping(EdmMapping mapping)
public void setReturnType(EdmTyped returnType)
returnType
- the returnType to setpublic void setEntitySet(String edmEntitySet)
edmEntitySet
- the entitySet to setpublic void setHttpMethod(String httpMethod)
httpMethod
- the httpMethod to setpublic EdmEntityContainer getEdmEntityContainer()
public void setEdmEntityContainer(EdmEntityContainer edmEntityContainer)
public String getEntitySetName()
public Map<String,EdmParameter> getEdmParameters()
public void setEdmParameters(Map<String,EdmParameter> edmParameters)
public Map<String,ArrayList<EdmFunctionImportParameter>> getParameters()
public void setParameters(Map<String,ArrayList<EdmFunctionImportParameter>> parameters)
public void setAnnotations(EdmAnnotations annotations)
public EdmParameter getParameter(String name) throws EdmException
EdmFunctionImport
getParameter
in interface EdmFunctionImport
EdmParameter
EdmException
public List<String> getParameterNames() throws EdmException
EdmFunctionImport
getParameterNames
in interface EdmFunctionImport
EdmException
public EdmEntitySet getEntitySet() throws EdmException
EdmFunctionImport
getEntitySet
in interface EdmFunctionImport
EdmEntitySet
EdmException
public String getHttpMethod() throws EdmException
EdmFunctionImport
getHttpMethod
in interface EdmFunctionImport
EdmException
public EdmTyped getReturnType() throws EdmException
getReturnType
in interface EdmFunctionImport
EdmTyped
EdmException
public EdmEntityContainer getEntityContainer() throws EdmException
EdmFunctionImport
getEntityContainer
in interface EdmFunctionImport
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 String toString()
toString
in class EdmNamedImpl
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.