Class RuntimeObject

    • Constructor Detail

      • RuntimeObject

        public RuntimeObject()
    • Method Detail

      • initExtensionPropertiesFromXml

        protected void initExtensionPropertiesFromXml​(org.w3c.dom.Element cmptElement)
      • writeExtensionPropertiesToXml

        protected void writeExtensionPropertiesToXml​(org.w3c.dom.Element element)
      • writeExtensionPropertiesToXml

        protected void writeExtensionPropertiesToXml​(org.w3c.dom.Element element,
                                                     java.util.Map<java.lang.String,​java.lang.String> extPropertyMap)
      • getExtensionPropertyIds

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

        public java.lang.Object getExtensionPropertyValue​(java.lang.String propertyId)
        Specified by:
        getExtensionPropertyValue in interface IRuntimeObject
        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.