com.starteam
Class BooleanProperty.WebCacheBooleanProperty

java.lang.Object
  extended by com.starteam.Property.WebCacheProperty
      extended by com.starteam.BooleanProperty.WebCacheBooleanProperty
Enclosing class:
BooleanProperty

public static class BooleanProperty.WebCacheBooleanProperty
extends Property.WebCacheProperty

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


Method Summary
 boolean getDefaultValue()
          Gets the default value of this property, as a boolean value.
 void setDefaultValue(boolean flag)
          Sets the default value of this property, as a boolean value.
 
Methods inherited from class com.starteam.Property.WebCacheProperty
equals, getContext, getDisplayName, getDisplayNameTranslations, getDisplayValue, getGenericDefaultValue, getID, getName, getType, hashCode, isCalculated, isClientCalculated, isDescriptor, isDirty, isDisabled, isEnabled, isPrimaryDescriptor, isQueryRelationSupported, isRequired, isSortByTextValueSupported, isUserCustomized, isUserModifiable, refresh, setDescriptor, setDisplayName, setDisplayNameTranslations, setEnabled, setGenericDefaultValue, setPrimaryDescriptor, toXml, update
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDefaultValue

public void setDefaultValue(boolean flag)
Sets the default value of this property, as a boolean value.

Parameters:
flag - The default value of this property, as a boolean value.

getDefaultValue

public boolean getDefaultValue()
Gets the default value of this property, as a boolean value.

Returns:
The default value of this property, as a boolean value.


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