net.sourceforge.groboutils.pmti.v1
Interface IAttribute

All Known Subinterfaces:
IEditableAttribute, IEditableListAttribute, IListAttribute
All Known Implementing Classes:
AbstractEditableAttribute, AbstractEditableListAttribute, DefaultAttribute, DefaultListAttribute

public interface IAttribute

A simple name-value association for a specific kind of issue attribute. All implementations of IAttribute are immutable, unless they also implement IEditableAttribute.

Since:
July 6, 2002
Version:
$Date: 2003/02/10 22:51:54 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 IAttributeInfo getInfo()
          Returns the meta-information for this attribute.
 java.lang.Object getValue()
          Returns the value for this attribute.
 

Method Detail

getValue

public java.lang.Object getValue()
Returns the value for this attribute.


getInfo

public IAttributeInfo getInfo()
Returns the meta-information for this attribute.



Copyright © 2001-2003 by The GroboUtils Project