Class SimplePropertyGenerator

    • Constructor Detail

      • SimplePropertyGenerator

        public SimplePropertyGenerator()
    • Method Detail

      • generate

        public org.apache.olingo.odata2.api.edm.provider.SimpleProperty generate​(@NotNull
                                                                                 @NotNull TypeAttributeDescriptor descriptor)
        Generates EDM Property based on the attribute description in the Integration Object model.
        Specified by:
        generate in interface SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.SimpleProperty,​TypeAttributeDescriptor>
        Parameters:
        descriptor - descriptor of the attribute in an Integration Object. Attribute descriptor cannot be null.
        Returns:
        EDM property corresponding to the specified integration object item attribute.