|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Folder.Status
public static final class Folder.Status
The status of this folder; a value of the Status Property
| Field Summary | |
|---|---|
static Folder.Status[] |
ALL
All legal status values |
static Folder.Status |
CURRENT
The working folder on disk is current w.r.t. |
static Folder.Status |
MISSING
The Folder in the repository (and any File content) is missing on disk |
static Folder.Status |
NEW
This folder is new on disk, and has not been added to the repository |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this object with the Object o |
static Folder.Status |
fromID(int id)
Gets the Status value corresponding to the given ID. |
static Folder.Status |
fromValue(EnumeratedValue value)
Gets the Status value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
java.lang.String |
getDisplayName()
Returns the display name of the Status. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in StatusProperty. |
java.lang.String |
getName()
Returns a name for the status |
int |
hashCode()
returns a hashCode for this instance |
java.lang.String |
toString()
Returns the name of this Status instance |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayNameTranslations, getInternalName, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Folder.Status CURRENT
public static final Folder.Status MISSING
public static final Folder.Status NEW
public static final Folder.Status[] ALL
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDisplayName()
getDisplayName in class EnumeratedValuepublic int getID()
Folder.Type.StatusProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Folder.Status fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a StatusProperty.
public static Folder.Status fromID(int id)
id - A Status ID.
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare for equality
public int hashCode()
hashCode in class EnumeratedValuepublic java.lang.String toString()
toString in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||