Project: stp

com.ibm.rational.wvcm.stp.cq
Class CqRecord.FieldName<T>

Object
  extended by javax.wvcm.PropertyNameList.PropertyName<T>
      extended by CqRecord.FieldName<T>
All Implemented Interfaces:
PropertyRequestItem
Enclosing interface:
CqRecord

public static class CqRecord.FieldName<T>
extends PropertyNameList.PropertyName<T>

A subclass of PropertyName used for naming the record resource properties that are schema-defined fields of a ClearQuest record. Note that, as with PropertyName, the type parameter specifies the field's value type.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.wvcm.PropertyRequestItem
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest
 
Constructor Summary
CqRecord.FieldName(String fieldName)
          Constructs a PropertyName designating the resource property that corresponds to a field of a ClearQuest record.
 
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

CqRecord.FieldName

public CqRecord.FieldName(String fieldName)
Constructs a PropertyName designating the resource property that corresponds to a field of a ClearQuest record.

Parameters:
fieldName - The schema-defined name of the record field. Must not be null.

Generated Sat 22-Feb-2014 01:07 AM

Copyright © IBM 2014. All rights reserved.