org.androidtransfuse.model.manifest
Class Instrumentation

Package class diagram package Instrumentation
java.lang.Object
  extended by org.androidtransfuse.model.manifest.Instrumentation

public class Instrumentation
extends Object

attributes: android:functionalTest=["true" | "false"] android:handleProfiling=["true" | "false"] android:icon="drawable resource" android:label="string resource" android:name="string" android:targetPackage="string"

Author:
John Ericksen

Constructor Summary
Instrumentation()
           
 
Method Summary
 Boolean getFunctionalTest()
           
 Boolean getHandleProfiling()
           
 String getIcon()
           
 String getLabel()
           
 String getName()
           
 String getTargetPackage()
           
 void setFunctionalTest(Boolean functionalTest)
           
 void setHandleProfiling(Boolean handleProfiling)
           
 void setIcon(String icon)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setTargetPackage(String targetPackage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instrumentation

public Instrumentation()
Method Detail

getFunctionalTest

public Boolean getFunctionalTest()

setFunctionalTest

public void setFunctionalTest(Boolean functionalTest)

getHandleProfiling

public Boolean getHandleProfiling()

setHandleProfiling

public void setHandleProfiling(Boolean handleProfiling)

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getName

public String getName()

setName

public void setName(String name)

getTargetPackage

public String getTargetPackage()

setTargetPackage

public void setTargetPackage(String targetPackage)


Copyright © 2012. All Rights Reserved.