public class UnsupportedObject
extends java.lang.Object
| Constructor and Description |
|---|
UnsupportedObject(java.lang.String canonicalName) |
UnsupportedObject(java.lang.String canonicalName,
com.rational.test.ft.sys.HashtableEx propertySet) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UnsupportedObject(java.lang.String canonicalName)
public UnsupportedObject(java.lang.String canonicalName,
com.rational.test.ft.sys.HashtableEx propertySet)
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 forpublic 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