|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property.WebCacheProperty
com.starteam.BooleanProperty.WebCacheBooleanProperty
public static class BooleanProperty.WebCacheBooleanProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
boolean |
getDefaultValue()
Gets the default value of this property, as a boolean value. |
QueryPart.WebCacheQueryPart |
newQueryPart(boolean value)
Constructs a query expression that tests a boolean property value. |
void |
setDefaultValue(boolean flag)
Sets the default value of this property, as a boolean value. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setDefaultValue(boolean flag)
flag - The default value of this property, as a boolean value.public boolean getDefaultValue()
public QueryPart.WebCacheQueryPart newQueryPart(boolean value)
value - false to construct a query expression that returns true when
tested against the current false value of this property; true
to construct a query expression that returns true when tested
against any value other than the current false value of this
property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||