clear

clear();

The clear method of the JadeDynamicObject class clears the contents of the receiver at run time, by deleting all user-defined properties added by calling the addProperty method and all values set by calling the setPropertyValue method.