Sha256: aa7ee1becaed7081aedcbcf574caa8e137adb4c7c21793aa1ed03ebe9662e361

Contents?: true

Size: 1.1 KB

Versions: 17

Compression:

Stored size: 1.1 KB

Contents

<?xml version = "1.0"?>
<?xml-stylesheet type="text/xsl" href="pb_help.xsl"?>

<DEFAULT_INSTANCE>
	<METHODS>
	    <METHOD name="getDefault" access="STATIC" factory="true" nativeName="getDefaultID">
			<DESC>This method will return an object that represents the default instance of the API Class. For example Camera.getDefault will return a Camera object that represents the default camera.</DESC>
            <RETURN type="SELF_INSTANCE">
                <DESC>Default object of Module.</DESC>
            </RETURN>

             <PLATFORM usemodule="true"></PLATFORM>
       </METHOD>

        <METHOD name="setDefault" access="STATIC" nativeName="setDefaultID">
            <DESC>This method allows you to set the attributes of the default object instance by passing in an object of the same class.</DESC>
            <PARAMS>
                <PARAM name="defaultInstance" type="SELF_INSTANCE">
                    <DESC>An instance object that is of the same class.</DESC>
                </PARAM>
            </PARAMS>
            <PLATFORM usemodule="true"></PLATFORM>
        </METHOD>

    </METHODS>
</DEFAULT_INSTANCE>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-7.5.1 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-7.4.1 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-7.1.17 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-6.2.0 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-6.0.11 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.18 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.17 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.15 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.0.22 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.2 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.0.7 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.0.3 res/generators/templates/api/xml_templates/default_instance.xml
rhodes-5.5.0 res/generators/templates/api/xml_templates/default_instance.xml
tauplatform-1.0.3 res/generators/templates/api/xml_templates/default_instance.xml
tauplatform-1.0.2 res/generators/templates/api/xml_templates/default_instance.xml
tauplatform-1.0.1 res/generators/templates/api/xml_templates/default_instance.xml