|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the default property names used by the TestObjects
in the object map
so that users can create scripts with direct access to these properties.
TestObject.getPropertyFromMap(String)
Field Summary | |
static java.lang.String |
CLASS
The administrative property for the TestObject full class name. |
static java.lang.String |
DESCRIPTION
The administrative property for the script-helper description. |
static java.lang.String |
DESCRIPTIVENAME
The descriptive name associated with a TestObject . |
static java.lang.String |
DOMAIN
The administrative property for the domain name. |
static java.lang.String |
MAPID
Identifies every node in an object map. |
static java.lang.String |
NESTEDCOMMENT
The administrative property for the nested-comment property. |
static java.lang.String |
PROXYCLASSNAME
The administrative property for the proxy class name. |
static java.lang.String |
ROLE
The administrative property for the TestObject role property. |
static java.lang.String |
SCRIPTNAME
The administrative property for the script-definition mapped name. |
static java.lang.String |
STATE
The administrative property for the mapped object's current state, true
|
static java.lang.String |
TESTOBJECTCLASSNAME
The administrative property for the TestObject interface class name. |
Field Detail |
public static final java.lang.String MAPID
String
is the property key for the
map-relative unique identifier.
public static final java.lang.String STATE
true
public static final java.lang.String DESCRIPTIVENAME
TestObject
. It is originally
constructed by the associated proxy and is maintained as an interesting
way to refer to a TestObject
.
public static final java.lang.String ROLE
TestObject
role property.
public static final java.lang.String DOMAIN
public static final java.lang.String TESTOBJECTCLASSNAME
TestObject
interface class name.
public static final java.lang.String CLASS
TestObject
full class name.
public static final java.lang.String SCRIPTNAME
public static final java.lang.String DESCRIPTION
public static final java.lang.String PROXYCLASSNAME
public static final java.lang.String NESTEDCOMMENT
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |