|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttribute
A simple name-value association for a specific kind of issue attribute. All implementations of IAttribute are immutable, unless they also implement IEditableAttribute.
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 |
public DefaultAttribute(java.lang.Object v, IAttributeInfo i)
Method Detail |
public java.lang.Object getValue()
getValue
in interface IAttribute
public IAttributeInfo getInfo()
getInfo
in interface IAttribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |