|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK 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.domain.TestDomain
public abstract class TestDomain
Represents the object model - for example, HTML,
Java, and Process.
For each supported domain, there are one or more derived classes that are instances of TestDomainImplementation
.
Constructor Summary | |
---|---|
protected |
TestDomain(java.lang.String name)
Provides a name for the domain. |
protected |
TestDomain(java.lang.String name, boolean isGraphical)
Provides a name for the domain (required). |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compares two domains based on name. |
java.lang.String |
getName()
Returns the name of the domain. |
boolean |
isGraphical()
Determines whether this is a graphical domain. |
boolean |
isNamed(java.lang.String name)
Compares a domain's name to a string. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TestDomain(java.lang.String name)
protected TestDomain(java.lang.String name, boolean isGraphical)
Method Detail |
---|
public java.lang.String getName()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public boolean isNamed(java.lang.String name)
public boolean isGraphical()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |