com.starteam.viewcomparemerge
Class IsActionOverriddenProperty
java.lang.Object
com.starteam.CacheRef
com.starteam.Property
com.starteam.EnumeratedProperty
com.starteam.viewcomparemerge.ViewCompareMergeProperty
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
| 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 |
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".
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.