com.starteam.viewcomparemerge
Class DefaultActionProperty

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

public class DefaultActionProperty
extends MergeActionProperty

Client-calculated property whose value is the default 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 DefaultActionActionProperty is always VALUE_NOT_SET (or the null EnumeratedValue).

See Also:
MergeActionProperty, 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.
 
Fields inherited from class com.starteam.EnumeratedProperty
VALUE_NOT_SET
 
Constructor Summary
DefaultActionProperty(Type type)
          Creates a new MergeActionProperty.
 
Method Summary
 
Methods inherited from class com.starteam.viewcomparemerge.MergeActionProperty
fromMergeAction, toMergeAction
 
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
Constructor Detail

DefaultActionProperty

public DefaultActionProperty(Type type)
Creates a new MergeActionProperty.

Parameters:
type - The associated Type.


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