|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.LinkProperty
public class LinkProperty
This class represents a property whose value is a link.
| Nested Class Summary | |
|---|---|
static class |
LinkProperty.WebCacheLinkProperty
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 | |
|---|---|
Property |
copy()
Creates a copy of this property object. |
LinkValue |
getDefaultValue()
Returns the default LinkValue for this Property. |
java.lang.String |
getDisplayValue(java.lang.Object value)
Converts the given property value to a string suitable for display. |
boolean |
hasDisplayValue()
Returns true if this property has meaningful display values that may be included, for example, in an item table. |
boolean |
isEqualTo(Property property)
Compares two Link Property objects. |
boolean |
isQueryRelationSupported(QueryPart.Relation operator)
Determines whether or not the given query operator is supported by this property. |
void |
setDefaultValue(LinkValue value)
Sets the default LinkVale for this Property. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public LinkValue getDefaultValue()
public void setDefaultValue(LinkValue value)
value - LinkValuepublic Property copy()
The copied property will have the same parent Type as the original property. The Type object is not copied.
copy in class PropertyLinkProperty.isEqualTo(com.starteam.Property)public boolean isEqualTo(Property property)
The parent Types are compared by ClassID.
isEqualTo in class Propertyproperty - Property the property object to be compared again this one.
LinkProperty.copy()public java.lang.String getDisplayValue(java.lang.Object value)
getDisplayValue in class Propertyvalue - A legal value for this property.
public boolean hasDisplayValue()
public boolean isQueryRelationSupported(QueryPart.Relation operator)
isQueryRelationSupported in class Propertyoperator - A query operator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||