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.
 QueryPart.WebCacheQueryPart newQueryPart(boolean value)
          Constructs a query expression that tests a boolean property 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, 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

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.

newQueryPart

public QueryPart.WebCacheQueryPart newQueryPart(boolean value)
Constructs a query expression that tests a boolean property value.

Parameters:
value - false to construct a query expression that returns true when tested against the current false value of this property; true to construct a query expression that returns true when tested against any value other than the current false value of this property.
Returns:
The new query expression.


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