Class 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
    • Constructor Detail

      • EdmParameterImpl

        public EdmParameterImpl()
    • Method Detail

      • getType

        public org.apache.olingo.odata2.api.edm.EdmType getType()
                                                         throws org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        getType in interface org.apache.olingo.odata2.api.edm.EdmTyped
        Overrides:
        getType in class EdmTypedImpl
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • getAnnotations

        public org.apache.olingo.odata2.api.edm.EdmAnnotations getAnnotations()
                                                                       throws org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        getAnnotations in interface org.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