|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.ViewMember.ShareState
public static final class ViewMember.ShareState
The enumeration of all Share States
| Field Summary | |
|---|---|
static ViewMember.ShareState[] |
ALL
All supported compression values. |
static ViewMember.ShareState |
DERIVED_SHARE
|
static ViewMember.ShareState |
NOT_SHARED
|
static ViewMember.ShareState |
ROOT_SHARE
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this EnumeratedValue instance with another one. |
static ViewMember.ShareState |
fromID(int id)
Gets the Compression value corresponding to the given ID. |
static ViewMember.ShareState |
fromValue(EnumeratedValue value)
Gets the Compression 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 ShareState. |
int |
hashCode()
returns a unique hash 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 ViewMember.ShareState NOT_SHARED
public static final ViewMember.ShareState ROOT_SHARE
public static final ViewMember.ShareState DERIVED_SHARE
public static final ViewMember.ShareState[] ALL
| Method Detail |
|---|
public int getID()
ViewMember.Type.ShareStatePropertypublic int getCode()
getCode in class EnumeratedValuepublic static ViewMember.ShareState fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a CompressionProperty.
public static ViewMember.ShareState fromID(int id)
id - The ID of a Compression value.
public boolean equals(java.lang.Object o)
EnumeratedValue
equals in class EnumeratedValueo - The other EnumeratedValue instance
public int hashCode()
EnumeratedValue
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||