com.starteam.viewcomparemerge
Class IsActionOverriddenProperty

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

public class IsActionOverriddenProperty
extends ViewCompareMergeProperty

Client-calculated property whose value is the current action of the ItemDifference associated with this item. For an item that has no associated ItemDifference, or that is not owned by the MergePreview of a View Compare/Merge session, the value of the IsActionOverriddenProperty is always VALUE_NOT_SET (or the null EnumeratedValue).

See Also:
DefaultActionProperty, 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 java.lang.String NAME
          The internal name of this property.
 EnumeratedValue NO_VALUE
          The EnumeratedValue representing "No".
 EnumeratedValue YES_VALUE
          The EnumeratedValue representing "Yes".
 
Fields inherited from class com.starteam.EnumeratedProperty
VALUE_NOT_SET
 
Constructor Summary
IsActionOverriddenProperty(Type type)
          Creates a new MergeActionProperty.
 
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 com.starteam.CacheRef
clone
 
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

NO_VALUE

public EnumeratedValue NO_VALUE
The EnumeratedValue representing "No".


YES_VALUE

public EnumeratedValue YES_VALUE
The EnumeratedValue representing "Yes".

Constructor Detail

IsActionOverriddenProperty

public IsActionOverriddenProperty(Type type)
Creates a new MergeActionProperty.

Parameters:
type - The associated Type.


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