|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property.WebCacheProperty
com.starteam.ObjectProperty.WebCacheObjectProperty
public static class ObjectProperty.WebCacheObjectProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
int |
getDefaultValue()
Returns the default object-id (integer) value for this Property instance |
Type.WebCacheType |
getTypeOfValue()
Gets the Type object representing the type of a property value. |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
int objectID)
Creates a new query expression that tests this property. |
void |
setDefaultValue(int value)
Sets the default object-id (integer) value for this Property instance |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getDefaultValue()
public void setDefaultValue(int value)
value - intpublic Type.WebCacheType getTypeOfValue()
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
int objectID)
relation - The query relation.objectID - The object ID to be tested.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||