public class EdmParameterImpl extends EdmElementImpl implements EdmParameter, EdmAnnotatable
edmType, multiplicity, typeName
edm, name
Constructor and Description |
---|
EdmParameterImpl() |
Modifier and Type | Method and Description |
---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
EdmType |
getType()
See
EdmType for more information about possible types. |
void |
setAnnotations(EdmAnnotations annotations) |
void |
setParameter(EdmFunctionImportParameter parameter) |
String |
toString() |
getFacets, getMapping, setFacets, setMapping
getMultiplicity, setEdmType, setMultiplicity, setTypeName
getName, setEdm, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFacets
getMapping
getMultiplicity
public EdmType getType() throws EdmException
EdmTyped
EdmType
for more information about possible types.getType
in interface EdmTyped
getType
in class EdmTypedImpl
EdmType
EdmException
public void setParameter(EdmFunctionImportParameter parameter)
parameter
- the parameter to setpublic EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatable
getAnnotations
in interface EdmAnnotatable
EdmAnnotations
never nullEdmException
public void setAnnotations(EdmAnnotations annotations)
annotations
- the annotations to setpublic String toString()
toString
in class EdmElementImpl
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.