|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeInfo
Describes a particular attribute. Note that since attributes may be shared among issue types, this cannot describe the particulars of the real attribute's type.
Constructor Summary | |
DefaultAttributeInfo(java.lang.String n,
java.lang.String d,
java.lang.Class[] t)
|
Method Summary | |
java.lang.String |
getDescription()
Returns a human-readable description of this attribute. |
java.lang.String |
getName()
Returns the identifying name of this attribute. |
java.lang.Class[] |
getValueTypes()
Returns a list of the acceptable types (baseclasses and interfaces) for the values stored with this attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAttributeInfo(java.lang.String n, java.lang.String d, java.lang.Class[] t)
Method Detail |
public java.lang.String getName()
getName
in interface IAttributeInfo
public java.lang.String getDescription()
getDescription
in interface IAttributeInfo
public java.lang.Class[] getValueTypes()
getValueTypes
in interface IAttributeInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |