Class ExtendedPropertySet

    • Constructor Detail

      • ExtendedPropertySet

        protected ExtendedPropertySet()
    • Method Detail

      • extend

        public static PropertySet extend​(PropertySet parent,
                                         PropertySet extension)
        Creates a new property set that is the extension on top of the parent. If the parent is null, the extension is returned directly, otherwise an ExtensionPropertySet is returned. That object will instantiate a new basic property set if local happens to be null.