Class EdmElementImpl

  • All Implemented Interfaces:
    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.EdmTyped
    Direct Known Subclasses:
    EdmParameterImpl, EdmPropertyImpl

    public abstract class EdmElementImpl
    extends EdmTypedImpl
    implements org.apache.olingo.odata2.api.edm.EdmElement
    Objects of this class represent EdmElement
    • Constructor Detail

      • EdmElementImpl

        public EdmElementImpl()
    • Method Detail

      • getMapping

        public org.apache.olingo.odata2.api.edm.EdmMapping getMapping()
                                                               throws org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        getMapping in interface org.apache.olingo.odata2.api.edm.EdmMappable
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • setFacets

        public void setFacets​(org.apache.olingo.odata2.api.edm.EdmFacets edmFacets)
      • setMapping

        public void setMapping​(org.apache.olingo.odata2.api.edm.EdmMapping edmMapping)
      • getFacets

        public org.apache.olingo.odata2.api.edm.EdmFacets getFacets()
                                                             throws org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        getFacets in interface org.apache.olingo.odata2.api.edm.EdmElement
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException