com.ibm.rational.wvcm.stp.cq
Class CqRecord.FieldName<T>
Object
javax.wvcm.PropertyNameList.PropertyName<T>
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.
Constructor Summary |
CqRecord.FieldName(String fieldName)
Constructs a PropertyName designating the resource property that
corresponds to a field of a ClearQuest record. |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
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.
Copyright © IBM 2009. All rights reserved.