com.starteam.viewcomparemerge
Class MergeStatusProperty

java.lang.Object
  extended by com.starteam.Property
      extended by com.starteam.EnumeratedProperty
          extended by com.starteam.viewcomparemerge.ViewCompareMergeProperty
              extended by com.starteam.viewcomparemerge.MergeStatusProperty
All Implemented Interfaces:
java.lang.Cloneable

public class MergeStatusProperty
extends ViewCompareMergeProperty

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).

See Also:
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 com.starteam.Property
areValuesEqual, equals, getDebugString, getDependentProperties, getDisplayName, getDisplayNameTranslations, getGenericDefaultValue, getID, getName, getServer, getType, hashCode, isAdvanced, isCalculated, isClientCalculated, isDescriptor, isDirty, isDisabled, isEnabled, isGenericCalculated, isHeader, isItemProperty, isLegalValue, isNew, isPrimaryDescriptor, isRequired, isRestricted, isRevisionIndependent, isServerCalculated, isSortByTextValueSupported, isStored, isSysDefined, isUserCustomized, isUserDefined, isUserModifiable, isViewSpecific, resolveAllDependencies, setDescriptor, setDisplayName, setDisplayNameTranslations, setEnabled, setGenericDefaultValue, setPrimaryDescriptor, setRequired, toString, toXml
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
The internal name of this property.

See Also:
Constant Field Values

ID

public static final int ID
The internal ID of this property.

See Also:
Constant Field Values

ID_NOT_COMPARED

public static final int ID_NOT_COMPARED
The enum code used to represent the "Not Compared" value.

See Also:
Constant Field Values

ID_UNCHANGED

public static final int ID_UNCHANGED
The enum code used to represent the "Unchanged" value.

See Also:
MergeStatusProperty.VALUE_UNCHANGED, Constant Field Values

ID_RESOLVED

public static final int ID_RESOLVED
The enum code used to represent the "Resolved" value.

See Also:
MergeStatusProperty.VALUE_RESOLVED, Constant Field Values

ID_UNRESOLVED

public static final int ID_UNRESOLVED
The enum code used to represent the "Unresolved" value.

See Also:
MergeStatusProperty.VALUE_UNRESOLVED, Constant Field Values

ID_CHANGED

public static final int ID_CHANGED
The enum code used to represent the "Changed" value for compare-only sessions.

See Also:
MergeStatusProperty.VALUE_CHANGED, Constant Field Values

VALUE_NOT_COMPARED

public EnumeratedValue VALUE_NOT_COMPARED
The EnumeratedValue used to represent the "Not Compared" value.

See Also:
MergeStatusProperty.ID_NOT_COMPARED

VALUE_UNCHANGED

public EnumeratedValue VALUE_UNCHANGED
The EnumeratedValue used to represent the "Unchanged" value.

See Also:
MergeStatusProperty.ID_UNCHANGED

VALUE_RESOLVED

public EnumeratedValue VALUE_RESOLVED
The EnumeratedValue used to represent the "Resolved" value.

See Also:
MergeStatusProperty.ID_RESOLVED

VALUE_UNRESOLVED

public EnumeratedValue VALUE_UNRESOLVED
The EnumeratedValue used to represent the "Unresolved" value.

See Also:
MergeStatusProperty.ID_UNRESOLVED

VALUE_CHANGED

public EnumeratedValue VALUE_CHANGED
The EnumeratedValue used to represent the "Changed" value.

See Also:
MergeStatusProperty.ID_CHANGED
Constructor Detail

MergeStatusProperty

public MergeStatusProperty(Type type)
Creates a new MergeStatusProperty.

Parameters:
type - The associated Type.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.