com.starteam
Class ObjectArrayProperty.WebCacheObjectArrayProperty

java.lang.Object
  extended by com.starteam.Property.WebCacheProperty
      extended by com.starteam.VectorProperty.WebCacheVectorProperty
          extended by com.starteam.ObjectArrayProperty.WebCacheObjectArrayProperty
Enclosing class:
ObjectArrayProperty

public static class ObjectArrayProperty.WebCacheObjectArrayProperty
extends VectorProperty.WebCacheVectorProperty

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


Method Summary
 int[] getDefaultValue()
          returns the default value for this property instance
 Type.WebCacheType getTypeOfMembers()
          Gets the type of member object referenced by this property value.
 QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation, int[] value)
          Creates a new query expression that tests this property.
 void setDefaultValue(int[] value)
          sets the default value for this property instance
 
Methods inherited from class com.starteam.VectorProperty.WebCacheVectorProperty
getMaxLength, getMinLength, setMaxLength, setMinLength
 
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

getTypeOfMembers

public Type.WebCacheType getTypeOfMembers()
Gets the type of member object referenced by this property value.

Returns:
The type of member object referenced by this property value, or null if there is no explicit type

getDefaultValue

public int[] getDefaultValue()
returns the default value for this property instance

Returns:
int[]

setDefaultValue

public void setDefaultValue(int[] value)
sets the default value for this property instance

Parameters:
value - int[]

newQueryPart

public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
                                                int[] value)
Creates a new query expression that tests this property.

Parameters:
relation - The query relation.
value - The value to be tested.
Returns:
A new query expression.


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