com.starteam
Class VectorProperty.WebCacheVectorProperty

java.lang.Object
  extended by com.starteam.Property.WebCacheProperty
      extended by com.starteam.VectorProperty.WebCacheVectorProperty
Direct Known Subclasses:
BinaryProperty.WebCacheBinaryProperty, MapProperty.WebCacheMapProperty, ObjectArrayProperty.WebCacheObjectArrayProperty, TextProperty.WebCacheTextProperty
Enclosing class:
VectorProperty

public static class VectorProperty.WebCacheVectorProperty
extends Property.WebCacheProperty

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


Method Summary
 int getMaxLength()
          Gets the maximum length of a property value.
 int getMinLength()
          Gets the minimum length of a property value.
 void setMaxLength(int maxLength)
          Sets the maximum length of a property value.
 void setMinLength(int minLength)
          Sets the minimum length of a property 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

getMaxLength

public int getMaxLength()
Gets the maximum length of a property value.

Returns:
The maximum length of a property value.

setMaxLength

public void setMaxLength(int maxLength)
Sets the maximum length of a property value.

Parameters:
maxLength - - The maximum length of a property value.

getMinLength

public int getMinLength()
Gets the minimum length of a property value.

Returns:
The minimum length of a property value.

setMinLength

public void setMinLength(int minLength)
Sets the minimum length of a property value.

Parameters:
minLength - - the minimum length of a property value.


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