Class EdmParameterImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmElementImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmParameterImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotatable,org.apache.olingo.odata2.api.edm.EdmElement,org.apache.olingo.odata2.api.edm.EdmMappable,org.apache.olingo.odata2.api.edm.EdmNamed,org.apache.olingo.odata2.api.edm.EdmParameter,org.apache.olingo.odata2.api.edm.EdmTyped
public class EdmParameterImpl extends EdmElementImpl implements org.apache.olingo.odata2.api.edm.EdmParameter, org.apache.olingo.odata2.api.edm.EdmAnnotatable
Objects of this class represent EdmParameter
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
edmType, multiplicity, typeName
-
Fields inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
edm, name
-
-
Constructor Summary
Constructors Constructor Description EdmParameterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmAnnotationsgetAnnotations()org.apache.olingo.odata2.api.edm.EdmTypegetType()voidsetAnnotations(org.apache.olingo.odata2.api.edm.EdmAnnotations annotations)voidsetParameter(EdmFunctionImportParameter parameter)StringtoString()-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmElementImpl
getFacets, getMapping, setFacets, setMapping
-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
getMultiplicity, setEdmType, setMultiplicity, setTypeName
-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
getName, setEdm, setName
-
-
-
-
Method Detail
-
getType
public org.apache.olingo.odata2.api.edm.EdmType getType() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getTypein interfaceorg.apache.olingo.odata2.api.edm.EdmTyped- Overrides:
getTypein classEdmTypedImpl- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
setParameter
public void setParameter(EdmFunctionImportParameter parameter)
- Parameters:
parameter- the parameter to set
-
getAnnotations
public org.apache.olingo.odata2.api.edm.EdmAnnotations getAnnotations() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getAnnotationsin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotatable- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
setAnnotations
public void setAnnotations(org.apache.olingo.odata2.api.edm.EdmAnnotations annotations)
- Parameters:
annotations- the annotations to set
-
toString
public String toString()
- Overrides:
toStringin classEdmElementImpl
-
-