|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.value.IndexerInfo
public class IndexerInfo
Provides information about a TestObject's
indexer. Indexers are a special type of
property in an array form. Information provided includes whether the indexer has a Getter,
a Setter, or both, as well as the canonical type of the values stored within the indexer and
the signature of the indexer, including the name of the indexer property and the canonical
types of the indexes themselves.
Constructor Summary | |
---|---|
IndexerInfo(boolean hasGetter,
boolean hasSetter,
java.lang.String indexerSig,
java.lang.String valueType)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getIndexerSig()
Returns the signature of the indexer. |
java.lang.String |
getValueType()
Returns the canonical type of the indexer's value (return type) |
boolean |
hasGetter()
Returns whether the indexer has a "Get" method |
boolean |
hasSetter()
Returns whether the indexer has a "Set" method |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexerInfo(boolean hasGetter, boolean hasSetter, java.lang.String indexerSig, java.lang.String valueType)
Method Detail |
---|
public boolean hasGetter()
public boolean hasSetter()
public java.lang.String getIndexerSig()
public java.lang.String getValueType()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |