com.starteam
Class LinkProperty.WebCacheLinkProperty

java.lang.Object
  extended by com.starteam.Property.WebCacheProperty
      extended by com.starteam.LinkProperty.WebCacheLinkProperty
Enclosing class:
LinkProperty

public static class LinkProperty.WebCacheLinkProperty
extends Property.WebCacheProperty

Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.


Method Summary
 LinkValue getDefaultValue()
          Returns the default LinkValue for this Property.
 void setDefaultValue(LinkValue value)
          Sets the default LinkVale for this Property.
 
Methods inherited from class com.starteam.Property.WebCacheProperty
equals, getContext, getDisplayName, getDisplayNameTranslations, getDisplayValue, getGenericDefaultValue, getID, getName, getType, hashCode, isAdvanced, isCalculated, isClientCalculated, isDescriptor, isDirty, isDisabled, isEnabled, isGenericCalculated, isHeader, isItemProperty, isLegalValue, isPrimaryDescriptor, isQueryRelationSupported, isRequired, isRestricted, isRevisionIndependent, isServerCalculated, isSortByTextValueSupported, isStored, isSysDefined, isUserCustomized, isUserDefined, isUserModifiable, isViewSpecific, refresh, setDescriptor, setDisplayName, setDisplayNameTranslations, setEnabled, setGenericDefaultValue, setPrimaryDescriptor, setRequired, toXml, update
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultValue

public LinkValue getDefaultValue()
Returns the default LinkValue for this Property. If no default value is specified, LinkValue.VALUE_NOT_SET is assumed.

Returns:
LinkValue

setDefaultValue

public void setDefaultValue(LinkValue value)
Sets the default LinkVale for this Property. If no default value is specified, LinkValue.VALUE_NOT_SET is assumed.

Parameters:
value - LinkValue


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