|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property.WebCacheProperty
com.starteam.ScalarProperty.WebCacheScalarProperty
com.starteam.TimeSpanProperty.WebCacheTimeSpanProperty
public static class TimeSpanProperty.WebCacheTimeSpanProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
TimeSpan |
getDefaultValue()
Returns the default TimeSpan value for this Property |
TimeSpan |
getMaxValue()
Returns the maximum TimeSpan value for this Property or MAX_VALUE if none has been specified |
TimeSpan |
getMinValue()
Returns the minimum TimeSpan value for this Property or MIN_VALUE if none has been specified |
TimeSpan |
getUnits()
returns the unit of measurement for this TimeSpan property |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
TimeSpan value)
Creates a new query expression that tests this property. |
void |
setDefaultValue(TimeSpan value)
Sets the default TimeSpan value for this Property |
void |
setMaxValue(TimeSpan value)
Sets the maximum TimeSpan value for this Property |
void |
setMinValue(TimeSpan value)
Sets the minimum TimeSpan value for this Property |
void |
setUnits(TimeSpan units)
sets the unit of measurement for this TimeSpan property |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public TimeSpan getDefaultValue()
public void setDefaultValue(TimeSpan value)
value - TimeSpanpublic TimeSpan getMinValue()
public void setMinValue(TimeSpan value)
value - TimeSpanpublic TimeSpan getMaxValue()
public void setMaxValue(TimeSpan value)
value - TimeSpanpublic TimeSpan getUnits()
public void setUnits(TimeSpan units)
units - TimeSpan
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
TimeSpan value)
relation - The query relation.value - The TimeSpan value to be tested.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||