|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.File.KeywordFlag
public static final class File.KeywordFlag
File keyword flag.
| Field Summary | |
|---|---|
static File.KeywordFlag[] |
ALL
All supported keyword flag values. |
static File.KeywordFlag |
ALWAYS_EXPAND
Always Expand Keywords. |
static File.KeywordFlag |
NEVER_EXPAND
Never expand Keywords. |
static File.KeywordFlag |
PROJECT_SETTINGS
Use project Settings. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this KeywordFlag instance with the object O |
static File.KeywordFlag |
fromID(int id)
Gets the KeywordFlag value corresponding to the given ID. |
static File.KeywordFlag |
fromValue(EnumeratedValue value)
Gets the KeywordFlag 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 KeywordFlagProperty. |
int |
hashCode()
Returns a hashCode for this object |
| 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 File.KeywordFlag PROJECT_SETTINGS
public static final File.KeywordFlag ALWAYS_EXPAND
public static final File.KeywordFlag NEVER_EXPAND
public static final File.KeywordFlag[] ALL
| Method Detail |
|---|
public int getID()
File.Type.KeywordFlagPropertypublic int getCode()
getCode in class EnumeratedValuepublic static File.KeywordFlag fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a KeywordFlagProperty.
public static File.KeywordFlag fromID(int id)
id - The ID of a KeywordFlag value.
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 | ||||||||