org.androidtransfuse.model.manifest
Class IntentFilter

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

public class IntentFilter
extends Mergeable

attributes: android:icon="drawable resource" android:label="string resource" android:priority="integer"

must contain:

can contain:

Author:
John Ericksen

Constructor Summary
IntentFilter()
           
 
Method Summary
 List<Action> getActions()
           
 List<Category> getCategories()
           
 List<Data> getData()
           
 String getIcon()
           
 String getLabel()
           
 Integer getPriority()
           
 void setActions(List<Action> actions)
           
 void setCategories(List<Category> categories)
           
 void setData(List<Data> data)
           
 void setIcon(String icon)
           
 void setLabel(String label)
           
 void setPriority(Integer priority)
           
 
Methods inherited from class org.androidtransfuse.model.Mergeable
addMergeTag, containsTag, getMergeTagSize, isGenerated, removeMergeTag, setGenerated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntentFilter

public IntentFilter()
Method Detail

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getPriority

public Integer getPriority()

setPriority

public void setPriority(Integer priority)

getActions

public List<Action> getActions()

setActions

public void setActions(List<Action> actions)

getCategories

public List<Category> getCategories()

setCategories

public void setCategories(List<Category> categories)

getData

public List<Data> getData()

setData

public void setData(List<Data> data)


Copyright © 2012. All Rights Reserved.