com.starteam
Class ScalarProperty

java.lang.Object
  extended by com.starteam.Property
      extended by com.starteam.ScalarProperty
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
DateProperty, DateTimeProperty, DoubleProperty, IntegerProperty, LongIntegerProperty, TimeSpanProperty

public abstract class ScalarProperty
extends Property

An implementation of a ScalarProperty


Nested Class Summary
static class ScalarProperty.WebCacheScalarProperty
          Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
 
Nested classes/interfaces inherited from class com.starteam.Property
Property.MetaData, Property.WebCacheProperty
 
Method Summary
 java.lang.Object getGenericMaxValue()
          Gets the maximum allowable value of this property.
 java.lang.Object getGenericMinValue()
          Gets the minimum allowable value of this property.
 void setGenericMaxValue(java.lang.Object value)
          sets the Max Value for this Property The Object Value parameter must be a legal type for this Property Instance or else a Class Cast Exception will be thrown
 void setGenericMinValue(java.lang.Object value)
          sets the Min Value for this Property The Object Value parameter must be a legal type for this Property Instance or else a Class Cast Exception will be thrown
 
Methods inherited from class com.starteam.Property
areValuesEqual, copy, equals, getDebugString, getDependentProperties, getDisplayName, getDisplayNameTranslations, getDisplayValue, getGenericDefaultValue, getID, getName, getServer, getType, hashCode, isAdvanced, isCalculated, isClientCalculated, isDescriptor, isDirty, isDisabled, isEnabled, isEqualTo, isGenericCalculated, isHeader, isItemProperty, isLegalValue, isNew, isPrimaryDescriptor, isQueryRelationSupported, isRequired, isRestricted, isRevisionIndependent, isServerCalculated, isSortByTextValueSupported, isStored, isSysDefined, isUserCustomized, isUserDefined, isUserModifiable, isViewSpecific, resolveAllDependencies, setDescriptor, setDisplayName, setDisplayNameTranslations, setEnabled, setGenericDefaultValue, setPrimaryDescriptor, setRequired, toString, toXml, update
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getGenericMinValue

public java.lang.Object getGenericMinValue()
Gets the minimum allowable value of this property.

Returns:
The minimum allowable value of this property.
See Also:
IntegerProperty.getMinValue(), DoubleProperty.getMinValue(), DateProperty.getMinValue(), DateTimeProperty.getMinValue(), LongIntegerProperty.getMinValue(), TimeSpanProperty.getMinValue()

setGenericMinValue

public void setGenericMinValue(java.lang.Object value)
sets the Min Value for this Property The Object Value parameter must be a legal type for this Property Instance or else a Class Cast Exception will be thrown

Parameters:
value - Object

getGenericMaxValue

public java.lang.Object getGenericMaxValue()
Gets the maximum allowable value of this property.

Returns:
The maximum allowable value of this property.
See Also:
IntegerProperty.getMaxValue(), DoubleProperty.getMaxValue(), DateProperty.getMaxValue(), DateTimeProperty.getMaxValue(), LongIntegerProperty.getMaxValue(), TimeSpanProperty.getMaxValue()

setGenericMaxValue

public void setGenericMaxValue(java.lang.Object value)
sets the Max Value for this Property The Object Value parameter must be a legal type for this Property Instance or else a Class Cast Exception will be thrown

Parameters:
value - Object


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