| net.sourceforge.groboutils.pmti.v1.IAttributeSet
All known Subclasses: net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet,
IAttributeSet | public interface IAttributeSet (Code) | | 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.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:51:54 $ since: July 6, 2002 |
getAttribute | public IAttribute getAttribute(String name)(Code) | | Finds the attribute for the given name.
the attribute for the name, or null if no suchattribute exists. |
getAttributes | public IAttribute[] getAttributes()(Code) | | Returns a list of all attributes.
|
|
|