|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains a queryable set of attribute name-value pairs associated with issue types. Implementations may have direct accessors for these attributes. Common attributes include: who reported the issue, a list of comments written about this issue, and a history of the changes the issue has gone through. All IAttributeSet implementations must be immutable, unless they also implement IEditableAttributeSet.
Method Summary | |
IAttribute |
getAttribute(java.lang.String name)
Finds the attribute for the given name. |
java.lang.String[] |
getAttributeNames()
|
IAttribute[] |
getAttributes()
Returns a list of all attributes. |
Method Detail |
public IAttribute[] getAttributes()
public java.lang.String[] getAttributeNames()
public IAttribute getAttribute(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |