Project: stp

com.ibm.rational.wvcm.stp.cq
Class CqUserDb.NamedValueName

Object
  extended by javax.wvcm.PropertyNameList.PropertyName<String>
      extended by CqUserDb.NamedValueName
All Implemented Interfaces:
PropertyRequestItem
Enclosing interface:
CqUserDb

public static class CqUserDb.NamedValueName
extends PropertyNameList.PropertyName<String>

An extension of the standard PropertyName that may be used by clients to access named values on the ClearQuest server as CM API properties of this database.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.wvcm.PropertyRequestItem
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest
 
Constructor Summary
CqUserDb.NamedValueName(String name)
          Constructs a PropertyName that denotes the name component of a ClearQuest session name/value pair.
 
Method Summary
 
Methods inherited from class javax.wvcm.PropertyNameList.PropertyName
equals, getName, getNamespace, hashCode, nest, nest, nest, toString
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CqUserDb.NamedValueName

public CqUserDb.NamedValueName(String name)
Constructs a PropertyName that denotes the name component of a ClearQuest session name/value pair. A PropertyRequest with an instance of this class requests the value associated with the given name from ClearQuest. Writing a value to the server using an instance of this PropertyName will cause the value to be associated with the name during this session. The value is always a String and is accessible only to this proxy's CqProvider or to hooks fired by this proxy's CqProvider.

Parameters:
name - The name that is to be associated with a value in the ClearQuest session.

Generated Tue 10-Jun-2014 11:07 PM

Copyright © IBM 2014. All rights reserved.