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

Packages that use IAttribute
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
net.sourceforge.groboutils.pmti.v1.itf The Issue Traceability Framework
 

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

Subinterfaces of IAttribute in net.sourceforge.groboutils.pmti.v1
 interface IEditableAttribute
          A simple name-value association for a specific kind of issue attribute.
 interface IEditableListAttribute
          An editable list of values for a single attribute.
 interface IListAttribute
          A specialization of an attribute which contains a list of values.
 

Methods in net.sourceforge.groboutils.pmti.v1 that return IAttribute
 IAttribute[] IAttributeSet.getAttributes()
          Returns a list of all attributes.
 IAttribute IAttributeSet.getAttribute(java.lang.String name)
          Finds the attribute for the given name.
 

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

Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IAttribute
 class AbstractEditableAttribute
          This uses delegation to allow for maximum flexibility in creating new editable attributes based on this class through subclassing.
 class AbstractEditableListAttribute
          A simple name-value association for a specific kind of issue attribute.
 class DefaultAttribute
          A simple name-value association for a specific kind of issue attribute.
 class DefaultListAttribute
          A specialization of an attribute which contains a list of values.
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IAttribute
protected  IAttribute[] DefaultEditableAttributeSet.createAttributeArray(int size)
           
 IAttribute[] DefaultAttributeSet.getAttributes()
          Returns a list of all attributes.
 IAttribute DefaultAttributeSet.getAttribute(java.lang.String name)
          Finds the attribute for the given name.
protected  IAttribute[] DefaultAttributeSet.createAttributeArray(int size)
           
 

Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IAttribute
DefaultAttributeSet(IAttribute[] a)
           
AbstractEditableAttribute(IAttribute base)
           
 

Uses of IAttribute in net.sourceforge.groboutils.pmti.v1.itf
 

Methods in net.sourceforge.groboutils.pmti.v1.itf with parameters of type IAttribute
protected  boolean ITFReadProblemManager.attributeMatch(IAttribute checkA, IAttribute verifyA)
           
 



Copyright © 2001-2003 by The GroboUtils Project