|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.ObjectProperty
public class ObjectProperty
This class represents a property whose value is an Object.
| Nested Class Summary | |
|---|---|
static class |
ObjectProperty.WebCacheObjectProperty
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 |
| Field Summary | |
|---|---|
static int |
VALUE_NOT_SET
VALUE_NOT_SET |
| Method Summary | |
|---|---|
int |
getDefaultValue()
Returns the default object-id (integer) value for this Property instance |
java.lang.String |
getDisplayValue(java.lang.Object value)
Converts the given property value to a string suitable for display. |
Type |
getTypeOfValue()
Gets the Type object representing the type of a property value. |
boolean |
isQueryRelationSupported(QueryPart.Relation operator)
Returns true if this property supports the given query operator(s) |
QueryPart |
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, wait, wait, wait |
| Field Detail |
|---|
public static final int VALUE_NOT_SET
| Method Detail |
|---|
public boolean isQueryRelationSupported(QueryPart.Relation operator)
isQueryRelationSupported in class Propertyoperator - a Query relation
public int getDefaultValue()
public void setDefaultValue(int value)
value - intpublic Type getTypeOfValue()
public QueryPart newQueryPart(QueryPart.Relation relation,
int objectID)
relation - The query relation.objectID - The object ID to be tested.
public java.lang.String getDisplayValue(java.lang.Object value)
getDisplayValue in class Propertyvalue - A legal value for this property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||