Valid values of attributeType argument to IAttribute.createAttribute
![]()
What are the valid values for "attributeType" for this method in com.ibm.team.workitem.common.IWorkItemCommon?
IAttribute createAttribute(IProjectAreaHandle projectArea, String identifier, String attributeType, String displayName, IProgressMonitor monitor) The documentation for this argument just says " @param attributeType the attribute type". This is for RTC v4.0.6. |
Accepted answer
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Sep 10 '14, 3:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
These values are defined in com.ibm.team.workitem.common.model.AttributeTypes.
Please note, you can use the Eclipse JavaSearch to find references to classes, interfaces, methods. If you have set up the SDK, you can easily search for the usage of that method and find out what data gets passed. Brandon Van Slyke selected this answer as the correct answer
|