|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkItemTypeCollection
Represents a collection of WorkItemType
objects.
Method Summary | |
---|---|
WorkItemType |
get(int workItemTypeID)
Gets a WorkItemType by ID. |
WorkItemType |
get(java.lang.String workItemTypeName)
Gets a WorkItemType by name. |
WorkItemType[] |
getTypes()
|
java.util.Iterator<WorkItemType> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<WorkItemType> iterator()
iterator
in interface java.lang.Iterable<WorkItemType>
int size()
WorkItemType
s in the collection.WorkItemType get(java.lang.String workItemTypeName)
WorkItemType
by name.
workItemTypeName
- the name of the WorkItemType
to get (must not be
null
)
WorkItemType
for the specified nameWorkItemType get(int workItemTypeID)
WorkItemType
by ID.
workItemTypeID
- the ID of the WorkItemType
to get
WorkItemType
for the specified IDWorkItemType[] getTypes()
WorkItemType
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |