|
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.Object com.rational.test.ft.script.Subitem com.rational.test.ft.script.Column
public class Column
Container class that enforces a semantic definition to a column in a table or grid-type control in the software under test. A column is defined as one of the following values:
Index
of a column in the table
Cell
,
Row
Constructor Summary | |
---|---|
Column(Index index)
|
|
Column(int index)
|
|
Column(Name name)
|
|
Column(java.lang.Object[] keyValuePairs)
|
|
Column(java.lang.Object key, java.lang.Object value)
|
|
Column(java.lang.Object key1, java.lang.Object value1, java.lang.Object key2, java.lang.Object value2)
|
|
Column(java.lang.Object key1, java.lang.Object value1, java.lang.Object key2, java.lang.Object value2, java.lang.Object key3, java.lang.Object value3)
|
|
Column(java.lang.String columnHeader)
|
|
Column(Subitem columnSpecifier)
|
Method Summary | |
---|---|
java.lang.String |
getHeader()
Returns the column header String . |
Index |
getIndex()
Returns the column Index value. |
java.lang.Object[] |
getKeyValuePairs()
Returns the column KeyValuePairs . |
Name |
getName()
Returns the Name Subitem |
Subitem |
getSubitem()
Returns the column header specification. |
java.lang.Object |
internal()
For internal use only. |
boolean |
isHeader()
Returns true if the column descriptor
is a column header value. |
boolean |
isIndex()
Returns true if the column descriptor
is an Index value. |
boolean |
isKeyValuePairs()
Returns true if the column descriptor
is a KeyValuePairs value. |
boolean |
isName()
|
boolean |
isSubitem()
Returns true if the column descriptor
is a column header value. |
java.lang.String |
toString()
Returns a String representing this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Column(java.lang.String columnHeader)
public Column(Subitem columnSpecifier)
public Column(java.lang.Object key, java.lang.Object value)
public Column(java.lang.Object key1, java.lang.Object value1, java.lang.Object key2, java.lang.Object value2)
public Column(java.lang.Object key1, java.lang.Object value1, java.lang.Object key2, java.lang.Object value2, java.lang.Object key3, java.lang.Object value3)
public Column(java.lang.Object[] keyValuePairs)
public Column(Index index)
public Column(int index)
public Column(Name name)
Method Detail |
---|
public boolean isHeader()
true
if the column descriptor
is a column header value.
public java.lang.String getHeader()
String
. A RationalTestException
is thrown if isHeader
is false
.
public Name getName()
public boolean isName()
public boolean isSubitem()
true
if the column descriptor
is a column header value.
public Subitem getSubitem()
RationalTestException
is thrown if isSubitem
is false
.
public boolean isKeyValuePairs()
true
if the column descriptor
is a KeyValuePairs
value.
public java.lang.Object[] getKeyValuePairs()
KeyValuePairs
. A RationalTestException
is thrown if isHeader
is false
.
public boolean isIndex()
true
if the column descriptor
is an Index
value.
public Index getIndex()
Index
value. A RationalTestException
is thrown if isHeader
is false
.
public java.lang.Object internal()
public java.lang.String toString()
String
representing this object.
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |