|
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 |
public interface IMapPropertyName
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 |
DESCRIPTIONOBJECT
|
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 |
SIMPLENAME
The simple name associated with a TestObject . |
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 |
---|
static final java.lang.String MAPID
String
is the property key for the map-relative unique identifier.
static final java.lang.String STATE
true
static final java.lang.String DESCRIPTIONOBJECT
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
.
static final java.lang.String SIMPLENAME
TestObject
. It is originally
constructed by the associated proxy and is maintained as an interesting way to refer to a TestObject
.
static final java.lang.String ROLE
TestObject
role property.
static final java.lang.String DOMAIN
static final java.lang.String TESTOBJECTCLASSNAME
TestObject
interface class name.
static final java.lang.String CLASS
TestObject
full class name.
static final java.lang.String SCRIPTNAME
static final java.lang.String DESCRIPTION
static final java.lang.String PROXYCLASSNAME
static final java.lang.String NESTEDCOMMENT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |