IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Interface IMapPropertyName

All Known Implementing Classes:
MappedTestObject

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.

See Also:
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

MAPID

static final java.lang.String MAPID
Identifies every node in an object map. This identifier is assigned by the object map. This String is the property key for the map-relative unique identifier.

See Also:
Constant Field Values

STATE

static final java.lang.String STATE
The administrative property for the mapped object's current state, true
See Also:
Constant Field Values

DESCRIPTIONOBJECT

static final java.lang.String DESCRIPTIONOBJECT
See Also:
Constant Field Values

DESCRIPTIVENAME

static final java.lang.String DESCRIPTIVENAME
The descriptive name associated with a TestObject. It is originally constructed by the associated proxy and is maintained as an interesting way to refer to a TestObject.

See Also:
Constant Field Values

SIMPLENAME

static final java.lang.String SIMPLENAME
The simple name associated with a TestObject. It is originally constructed by the associated proxy and is maintained as an interesting way to refer to a TestObject.

See Also:
Constant Field Values

ROLE

static final java.lang.String ROLE
The administrative property for the TestObject role property.

See Also:
Constant Field Values

DOMAIN

static final java.lang.String DOMAIN
The administrative property for the domain name.

See Also:
Constant Field Values

TESTOBJECTCLASSNAME

static final java.lang.String TESTOBJECTCLASSNAME
The administrative property for the TestObject interface class name.

See Also:
Constant Field Values

CLASS

static final java.lang.String CLASS
The administrative property for the TestObject full class name.

See Also:
Constant Field Values

SCRIPTNAME

static final java.lang.String SCRIPTNAME
The administrative property for the script-definition mapped name.

See Also:
Constant Field Values

DESCRIPTION

static final java.lang.String DESCRIPTION
The administrative property for the script-helper description.

See Also:
Constant Field Values

PROXYCLASSNAME

static final java.lang.String PROXYCLASSNAME
The administrative property for the proxy class name.

See Also:
Constant Field Values

NESTEDCOMMENT

static final java.lang.String NESTEDCOMMENT
The administrative property for the nested-comment property.

See Also:
Constant Field Values