public static final class ViewMember.MyLock extends EnumeratedValue
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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
|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getName, getNameProperty, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toStringpublic 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
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)
EnumeratedValueequals in class EnumeratedValueo - The other EnumeratedValue instancepublic int hashCode()
EnumeratedValuehashCode in class EnumeratedValueStarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.