Uses of Interface
net.sourceforge.groboutils.pmti.v1.IAttributeInfo

Packages that use IAttributeInfo
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
 

Uses of IAttributeInfo in net.sourceforge.groboutils.pmti.v1
 

Methods in net.sourceforge.groboutils.pmti.v1 that return IAttributeInfo
 IAttributeInfo[] IIssueTypeInfo.getSupportedAttributes()
          Returns all attributes allowed for an issue of this type.
 IAttributeInfo IAttribute.getInfo()
          Returns the meta-information for this attribute.
 

Uses of IAttributeInfo in net.sourceforge.groboutils.pmti.v1.defimpl
 

Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IAttributeInfo
 class DefaultAttributeInfo
          Describes a particular attribute.
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IAttributeInfo
 IAttributeInfo DefaultListAttribute.getInfo()
          Returns the meta-information for this attribute.
 IAttributeInfo[] DefaultIssueTypeInfo.getSupportedAttributes()
          Returns all attributes allowed for an issue of this type.
 IAttributeInfo DefaultAttribute.getInfo()
          Returns the meta-information for this attribute.
 IAttributeInfo AbstractEditableListAttribute.getInfo()
          Returns the meta-information for this attribute.
 IAttributeInfo AbstractEditableAttribute.getInfo()
          Returns the meta-information for this attribute.
 

Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IAttributeInfo
DefaultListAttribute(java.lang.Object[] o, IAttributeInfo i)
           
DefaultIssueTypeInfo(java.lang.String n, IAttributeInfo[] at, IIssueState[] as, IIssueState[] ps, IIssueState[] fs)
           
DefaultAttribute(java.lang.Object v, IAttributeInfo i)
           
 



Copyright © 2001-2003 by The GroboUtils Project