org.androidtransfuse.model.manifest
Class Action

Package class diagram package Action
java.lang.Object
  extended by org.androidtransfuse.model.Mergeable
      extended by org.androidtransfuse.model.manifest.Action
All Implemented Interfaces:
Identified

public class Action
extends Mergeable
implements Identified

attributes: android:name

Author:
John Ericksen

Constructor Summary
Action()
           
 
Method Summary
 String getIdentifier()
           
 String getName()
           
 void setName(String name)
           
 
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

Action

public Action()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getIdentifier

public String getIdentifier()
Specified by:
getIdentifier in interface Identified


Copyright © 2012. All Rights Reserved.