|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.ScalarProperty
public abstract class ScalarProperty
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 java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object getGenericMinValue()
IntegerProperty.getMinValue(),
DoubleProperty.getMinValue(),
DateProperty.getMinValue(),
DateTimeProperty.getMinValue(),
LongIntegerProperty.getMinValue(),
TimeSpanProperty.getMinValue()public void setGenericMinValue(java.lang.Object value)
value - Objectpublic java.lang.Object getGenericMaxValue()
IntegerProperty.getMaxValue(),
DoubleProperty.getMaxValue(),
DateProperty.getMaxValue(),
DateTimeProperty.getMaxValue(),
LongIntegerProperty.getMaxValue(),
TimeSpanProperty.getMaxValue()public void setGenericMaxValue(java.lang.Object value)
value - Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||