|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Folder.ExcludeFlags
public static final class Folder.ExcludeFlags
Criteria used to exclude folders from the display
| Field Summary | |
|---|---|
static Folder.ExcludeFlags[] |
ALL
All legal ExcludeFlag values |
static Folder.ExcludeFlags |
INHERIT
Inherited folders are excluded |
static Folder.ExcludeFlags |
LOCAL
Local working folders are excluded |
static Folder.ExcludeFlags |
NONE
No folders are excluded |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true if this object is identical to Object o |
static Folder.ExcludeFlags |
fromID(int id)
Gets the ExcludeFlags value corresponding to the given ID. |
static Folder.ExcludeFlags |
fromValue(EnumeratedValue value)
Gets the ExcludeFlags value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in ExcludeFlagsProperty. |
int |
hashCode()
Returns a hashCode for this instance |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Folder.ExcludeFlags NONE
public static final Folder.ExcludeFlags LOCAL
public static final Folder.ExcludeFlags INHERIT
public static final Folder.ExcludeFlags[] ALL
| Method Detail |
|---|
public int getID()
Folder.Type.ExcludeFlagsProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Folder.ExcludeFlags fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a ExcludeFlagsProperty.
public static Folder.ExcludeFlags fromID(int id)
id - A ExcludeFlags ID.
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the object to compare for equality
public int hashCode()
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||