Interface VObjectInternalModifiable

    • Method Detail

      • _vmf_setPropertyValueById

        void _vmf_setPropertyValueById​(int propertyId,
                                       java.lang.Object value)
        Deprecated.
        Sets values of properties by id (calls setter methods).
        Parameters:
        propertyId - id of the property that shall be changed
        value - the value to set
      • _vmf_unsetById

        void _vmf_unsetById​(int propertyId)
        Deprecated.
        Unsets the specified property.
        Parameters:
        propertyId - id of the property to unset
      • setModelToChanges

        default void setModelToChanges​(Changes c)
        Deprecated.
      • _vmf_setContainer

        default void _vmf_setContainer​(VObject container)
        Deprecated.
        Sets current unnamed container (named containers are represented via the specified properties instead).
        Parameters:
        container - container to set