|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Audit.EventID
public static final class Audit.EventID
EventID of the Audit
| Field Summary | |
|---|---|
static Audit.EventID |
ADDED
The Added Event |
static Audit.EventID[] |
ALL
All legal Event values |
static Audit.EventID |
BRANCHED
The Branched Event |
static Audit.EventID |
CHECKED_IN
The Checked In Event |
static Audit.EventID |
CHECKED_OUT
The Checked Out Event |
static Audit.EventID |
COMMENT_EDITED
The Comment Edited Event |
static Audit.EventID |
CREATED
The Created event |
static Audit.EventID |
DELETED
The Deleted Event |
static Audit.EventID |
ITEM_OVERWRITTEN
The Item Overwritten Event |
static Audit.EventID |
LOCK_BROKEN
The Lock Broken Event |
static Audit.EventID |
LOCKED
The Locked Event |
static Audit.EventID |
MODIFIED
The Modified Event |
static Audit.EventID |
MOVED_FROM
The Moved From Event |
static Audit.EventID |
MOVED_TO
The Moved To Event |
static Audit.EventID |
SHARED
The Shared Event |
static Audit.EventID |
UNLOCKED
The Unlocked Event |
static Audit.EventID |
VAULT_CONVERTED
The Vault Converted Event |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this EnumeratedValue instance with another one. |
static Audit.EventID |
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 EventIDProperty. |
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 Audit.EventID CREATED
public static final Audit.EventID MODIFIED
public static final Audit.EventID BRANCHED
public static final Audit.EventID DELETED
public static final Audit.EventID MOVED_FROM
public static final Audit.EventID MOVED_TO
public static final Audit.EventID SHARED
public static final Audit.EventID ADDED
public static final Audit.EventID CHECKED_IN
public static final Audit.EventID CHECKED_OUT
public static final Audit.EventID LOCKED
public static final Audit.EventID UNLOCKED
public static final Audit.EventID LOCK_BROKEN
public static final Audit.EventID VAULT_CONVERTED
public static final Audit.EventID ITEM_OVERWRITTEN
public static final Audit.EventID COMMENT_EDITED
public static final Audit.EventID[] ALL
| Method Detail |
|---|
public int getCode()
getCode in class EnumeratedValuepublic int getID()
Audit.Type.EventIDProperty.NAMEpublic static Audit.EventID 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 | ||||||||