|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TraceFinder.Direction
public static final class TraceFinder.Direction
Allows a set of traces to be filtered by direction.
TraceCollection.getTraces(ViewMember,TraceFinder.Direction,TraceFinder.PinType),
TraceCollection.getTraces(LinkValue,TraceFinder.Direction,TraceFinder.PinType),
TraceCollection.getTraces(String,TraceFinder.Direction,TraceFinder.PinType)| Field Summary | |
|---|---|
static TraceFinder.Direction[] |
ALL
Get an array containing all available Directions. |
static TraceFinder.Direction |
ANY
Does not filter by direction. |
static TraceFinder.Direction |
FROM
The requested item must be the source of the trace. |
static TraceFinder.Direction |
TO
The requested item must be the target of the trace. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
compares two origins for equality |
static TraceFinder.Direction |
fromID(int id)
Gets the Direction for a given ID. |
int |
getID()
Gets the unique integer ID of this Direction. |
int |
hashCode()
returns the hash code for this direction |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TraceFinder.Direction ANY
public static final TraceFinder.Direction FROM
public static final TraceFinder.Direction TO
public static final TraceFinder.Direction[] ALL
| Method Detail |
|---|
public int getID()
public static TraceFinder.Direction fromID(int id)
id - An integer ID.
java.lang.IllegalArgumentException - if there is no Direction with the given ID.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the origin to compare
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||