Class EdmSimplePropertyImpl

  • 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 EdmSimplePropertyImpl
    extends EdmPropertyImpl
    Objects of this class represent EdmSimpleProperty
    • Constructor Detail

      • EdmSimplePropertyImpl

        public EdmSimplePropertyImpl()
    • 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
      • getSimpleType

        public org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind getSimpleType()
      • setSimpleType

        public void setSimpleType​(org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind simpleType)
      • isSimple

        public boolean isSimple()