net.sourceforge.groboutils.pmti.v1.defimpl
Class DefaultAttribute

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttribute
All Implemented Interfaces:
IAttribute

public class DefaultAttribute
extends java.lang.Object
implements 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 12, 2002
Version:
$Date: 2003/02/10 22:51:58 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
DefaultAttribute(java.lang.Object v, IAttributeInfo i)
           
 
Method Summary
 IAttributeInfo getInfo()
          Returns the meta-information for this attribute.
 java.lang.Object getValue()
          Returns the value for this attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttribute

public DefaultAttribute(java.lang.Object v,
                        IAttributeInfo i)
Method Detail

getValue

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

Specified by:
getValue in interface IAttribute

getInfo

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

Specified by:
getInfo in interface IAttribute


Copyright © 2001-2003 by The GroboUtils Project