|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |