Class EdmComplexPropertyImpl

  • 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.EdmProperty, org.apache.olingo.odata2.api.edm.EdmTyped

    public class EdmComplexPropertyImpl
    extends EdmPropertyImpl
    Objects of this class represent ComplexProperty
    • Constructor Detail

      • EdmComplexPropertyImpl

        public EdmComplexPropertyImpl()
    • 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
      • isSimple

        public boolean isSimple()