|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.aidl.AidlParameter
public class AidlParameter
Contians a aidl parameter See the source AidlParameter.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private java.lang.Integer |
href
|
private int |
index
|
private java.lang.String |
name
|
private ParameterClasses |
paramClass
|
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
AidlParameter(int index,
ParameterClasses paramClass,
java.lang.String name,
java.lang.Integer href)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns whether this object is equal to the given object |
java.lang.Integer |
getHref()
Returns reference if any |
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 int index
private ParameterClasses paramClass
private java.lang.String name
private java.lang.Integer href
| Constructor Detail |
|---|
public AidlParameter(int index,
ParameterClasses paramClass,
java.lang.String name,
java.lang.Integer href)
paramClass - - the type of paramindex - - the aidl index of the parametername - - the name of the parameterhref - - the index of another parameter 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 java.lang.Integer getHref()
public java.lang.String getName()
getName in interface ManagedObjectpublic java.lang.String toString()
toString in interface AidlObjecttoString in class java.lang.Objectpublic Element toXml()
toXml in interface AidlObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||