|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.aidl.AidlTrigger
public class AidlTrigger
Contians a aidl trigger See the source AidlTrigger.java
| Field Summary | |
|---|---|
private java.lang.String |
condition
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private java.lang.Integer |
href
|
private int |
index
|
(package private) static long |
serialVersionUID
|
private TriggerClasses |
triggerClass
|
| Constructor Summary | |
|---|---|
AidlTrigger(java.lang.String coniditon,
TriggerClasses triggerClass,
int index,
java.lang.Integer href)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns whether this object is equal to the given object |
int |
getIndex()
Returns Aidl index |
java.lang.String |
getName()
Returns a unique name Required by HasName inteface |
java.lang.String |
toString()
Returns a string representation of this object |
Element |
toXml()
Retuns an XML representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private java.lang.String condition
private TriggerClasses triggerClass
private int index
private java.lang.Integer href
| Constructor Detail |
|---|
public AidlTrigger(java.lang.String coniditon,
TriggerClasses triggerClass,
int index,
java.lang.Integer href)
coniditon - - the condition that causes the trigger (if any)triggerClass - - the type of triggerindex - - the aidl index of the triggerhref - - the index of another trigger to refer to (if any)| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in interface AidlObjectequals in class java.lang.Objectobj - - the object to checkpublic int getIndex()
getIndex in interface AidlObjectpublic Element toXml()
toXml in interface AidlObjectpublic java.lang.String toString()
toString in interface AidlObjecttoString in class java.lang.Objectpublic java.lang.String getName()
getName in interface ManagedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||