|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.ViewMember.MyLock
public static final class ViewMember.MyLock
The set of enumerations for a Locked View Member
| Field Summary | |
|---|---|
static ViewMember.MyLock[] |
ALL
|
static ViewMember.MyLock |
EXCLUSIVELY_LOCKED_BY_ME
|
static ViewMember.MyLock |
NON_EXCLUSIVELY_LOCKED_BY_ME
|
static ViewMember.MyLock |
NOT_LOCKED_BY_ME
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this EnumeratedValue instance with another one. |
static ViewMember.MyLock |
fromID(int id)
Gets the MyLock value that corresponds to the given ID. |
static ViewMember.MyLock |
fromValue(EnumeratedValue value)
Gets the Status 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 MyLockProperty. |
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.MyLock NOT_LOCKED_BY_ME
public static final ViewMember.MyLock EXCLUSIVELY_LOCKED_BY_ME
public static final ViewMember.MyLock NON_EXCLUSIVELY_LOCKED_BY_ME
public static final ViewMember.MyLock[] ALL
| Method Detail |
|---|
public int getID()
ViewMember.Type.MyLockProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static ViewMember.MyLock fromID(int id)
id - The unique ID of a myLock type.
ViewMember.MyLock.getID()public static ViewMember.MyLock fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a StatusProperty.
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 | ||||||||