Interface IRuntimeObject

    • Method Detail

      • getExtensionPropertyIds

        java.util.Set<java.lang.String> getExtensionPropertyIds()
        Returns:
        a set of the extension property ids defined for this element.
      • getExtensionPropertyValue

        java.lang.Object getExtensionPropertyValue​(java.lang.String propertyId)
        Parameters:
        propertyId - the id of the desired extension property.
        Returns:
        the value of the extension property defined by the given propertyId or null if the extension property's isNull attribute is true.
        Throws:
        java.lang.IllegalArgumentException - if no such property exists.