net.sourceforge.groboutils.pmti.v1
Interface IEditableIssueState
- All Superinterfaces:
- IIssueState
- All Known Implementing Classes:
- DefaultEditableIssueState
- public interface IEditableIssueState
- extends IIssueState
An editable form of an issue's state. Only the associated attributes
may be changed. Everything else is hard-coded by the owning PMT.
- Since:
- July 7, 2002
- Version:
- $Date: 2003/02/10 22:51:54 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
getEditableAttributes
public IEditableAttributeSet getEditableAttributes()
- A synonymn for getAttributes(), but explicitly declares that
the returned attributes are editable, without the need for a cast.
Copyright © 2001-2003 by The GroboUtils Project