|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Label.Scope
public static final class Label.Scope
When applying a label to a folder, the scope of the operation
| Field Summary | |
|---|---|
static Label.Scope[] |
ALL
All legal scopes |
static Label.Scope |
ITEM_AND_CONTENTS
When applying a label to a folder you can specify the scope of the operation. |
static Label.Scope |
ITEM_ONLY
When applying a label to a folder you can specify the scope of the operation. |
static Label.Scope |
ITEM_TREE
When applying a label to a folder you can specify the scope of the operation. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare two scopes for equality |
static Label.Scope |
fromID(int id)
Gets the Scope value corresponding to the given ID. |
int |
getID()
The ID of the corresponding Scope. |
java.lang.String |
getName()
Returns a user friendly name for the scope |
int |
hashCode()
Returns a hashCode for this instance |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Label.Scope ITEM_ONLY
public static final Label.Scope ITEM_AND_CONTENTS
public static final Label.Scope ITEM_TREE
public static final Label.Scope[] ALL
| Method Detail |
|---|
public java.lang.String getName()
public int getID()
public static Label.Scope fromID(int id)
id - A Scope ID.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the Object to compare for equality
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 | ||||||||