|
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.value.UnsupportedObject
public class UnsupportedObject
Supports compatibility between different versions of the product. As classes are persisted out and back in there is the possibility of variations in the set of supported value classes. These variations are managed by creating instances of this class when an appropriate value manager is not available. The value manager for this class understands how to persist back to the appropriate value and attempts to compare the values even is to the original class.
Constructor Summary | |
---|---|
UnsupportedObject(java.lang.String canonicalName)
|
|
UnsupportedObject(java.lang.String canonicalName, com.rational.test.ft.sys.HashtableEx propertySet)
|
Method Summary | |
---|---|
java.lang.String |
getCanonicalName()
Returns the canonical name for the original class. |
java.lang.Object |
getProperty(java.lang.String name)
Returns the value associated with the specified property. |
java.lang.String[] |
getPropertyNames()
Returns the known property names for the unsupported object. |
void |
setCanonicalName(java.lang.String canonicalName)
Defines the canonical name for the original class. |
void |
setProperty(java.lang.String name, java.lang.Object value)
Returns the known property names for the unsupported object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedObject(java.lang.String canonicalName)
public UnsupportedObject(java.lang.String canonicalName, com.rational.test.ft.sys.HashtableEx propertySet)
Method Detail |
---|
public java.lang.String getCanonicalName()
public void setCanonicalName(java.lang.String canonicalName)
canonicalName
- the canonical name for the original classpublic java.lang.Object getProperty(java.lang.String name)
name
- the property name to fetch the value for public java.lang.String[] getPropertyNames()
public void setProperty(java.lang.String name, java.lang.Object value)
name
- the property name being definedvalue
- the property value being associated with name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |