|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.EnumeratedProperty
com.starteam.viewcomparemerge.ViewCompareMergeProperty
com.starteam.viewcomparemerge.MergeStatusProperty
public class MergeStatusProperty
Client-calculated property whose value describes the status of an item relative to the current View Compare/Merge session. For an item that is not owned by the MergePreview of a View Compare/Merge session, the value of the MergeStatusProperty is always VALUE_NOT_SET (or the null EnumeratedValue).
MergePreview,
Session,
EnumeratedProperty,
EnumeratedProperty.VALUE_NOT_SET| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.starteam.EnumeratedProperty |
|---|
EnumeratedProperty.WebCacheEnumeratedProperty |
| Nested classes/interfaces inherited from class com.starteam.Property |
|---|
Property.MetaData, Property.WebCacheProperty |
| Field Summary | |
|---|---|
static int |
ID
The internal ID of this property. |
static int |
ID_CHANGED
The enum code used to represent the "Changed" value for compare-only sessions. |
static int |
ID_NOT_COMPARED
The enum code used to represent the "Not Compared" value. |
static int |
ID_RESOLVED
The enum code used to represent the "Resolved" value. |
static int |
ID_UNCHANGED
The enum code used to represent the "Unchanged" value. |
static int |
ID_UNRESOLVED
The enum code used to represent the "Unresolved" value. |
static java.lang.String |
NAME
The internal name of this property. |
EnumeratedValue |
VALUE_CHANGED
The EnumeratedValue used to represent the "Changed" value. |
EnumeratedValue |
VALUE_NOT_COMPARED
The EnumeratedValue used to represent the "Not Compared" value. |
EnumeratedValue |
VALUE_RESOLVED
The EnumeratedValue used to represent the "Resolved" value. |
EnumeratedValue |
VALUE_UNCHANGED
The EnumeratedValue used to represent the "Unchanged" value. |
EnumeratedValue |
VALUE_UNRESOLVED
The EnumeratedValue used to represent the "Unresolved" value. |
| Fields inherited from class com.starteam.EnumeratedProperty |
|---|
VALUE_NOT_SET |
| Constructor Summary | |
|---|---|
MergeStatusProperty(Type type)
Creates a new MergeStatusProperty. |
|
| Method Summary |
|---|
| Methods inherited from class com.starteam.EnumeratedProperty |
|---|
copy, createValue, findValue, findValue, getAllValues, getDefaultValues, getDisplayValue, getEnumDisplayName, getSortedValues, getValues, isEqualTo, isHierarchicalEnumeration, isMultiSelectable, isQueryRelationSupported, isStatusProperty, newQueryPart, newQueryPart, newQueryPart, setDefaultValues, setStatusProperty, setValues, toBooleanProperty, update |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
public static final int ID
public static final int ID_NOT_COMPARED
public static final int ID_UNCHANGED
MergeStatusProperty.VALUE_UNCHANGED,
Constant Field Valuespublic static final int ID_RESOLVED
MergeStatusProperty.VALUE_RESOLVED,
Constant Field Valuespublic static final int ID_UNRESOLVED
MergeStatusProperty.VALUE_UNRESOLVED,
Constant Field Valuespublic static final int ID_CHANGED
MergeStatusProperty.VALUE_CHANGED,
Constant Field Valuespublic EnumeratedValue VALUE_NOT_COMPARED
MergeStatusProperty.ID_NOT_COMPAREDpublic EnumeratedValue VALUE_UNCHANGED
MergeStatusProperty.ID_UNCHANGEDpublic EnumeratedValue VALUE_RESOLVED
MergeStatusProperty.ID_RESOLVEDpublic EnumeratedValue VALUE_UNRESOLVED
MergeStatusProperty.ID_UNRESOLVEDpublic EnumeratedValue VALUE_CHANGED
MergeStatusProperty.ID_CHANGED| Constructor Detail |
|---|
public MergeStatusProperty(Type type)
type - The associated Type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||