public interface IFeedbackItem
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. We do not recommending using this API without consulting with the etfw.feedback team.
Modifier and Type | Method and Description |
---|---|
String |
getAttr(String key) |
List<IFeedbackItem> |
getChildren() |
String |
getDescription()
A longer description
|
String |
getFile()
Return full filename, should include project name
|
String |
getID()
unique id for this type of item e.g. to use as parent id
|
IFile |
getIFile() |
int |
getLineNoStart()
an IFeedbackItem can have either a lineno range (start/end)
or a Character start/end.
|
String |
getName() |
Object |
getObject()
allow for future expansion
|
Object |
getObject(String key) |
String |
getParentID()
string which may be used to tell which item is parent; an artificial 'parent' node MAY be created for this
|
boolean |
hasChildren() |
String getName()
List<IFeedbackItem> getChildren()
boolean hasChildren()
String getFile()
IFile getIFile()
int getLineNoStart()
String getID()
String getDescription()
String getParentID()
Object getObject()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.