|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.VectorProperty
com.starteam.TextProperty
public class TextProperty
A base interface for all properties of type Text
| Nested Class Summary | |
|---|---|
static class |
TextProperty.WebCacheTextProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache. |
| Nested classes/interfaces inherited from class com.starteam.VectorProperty |
|---|
VectorProperty.WebCacheVectorProperty |
| Nested classes/interfaces inherited from class com.starteam.Property |
|---|
Property.MetaData, Property.WebCacheProperty |
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Returns the default String value for this property instance |
java.lang.String |
getDisplayValue(java.lang.Object value)
Converts the given property value to a string suitable for display. |
boolean |
isQueryRelationSupported(QueryPart.Relation operator)
Returns true if this property supports the specified query operator. |
boolean |
isSortByTextValueSupported()
Returns true if this property supports Sort by TextValue for the specified Query Operator |
QueryPart |
newQueryPart(QueryPart.Relation relation,
java.lang.String value)
Creates a new query expression that tests this property. |
QueryPart |
newQueryPart(QueryPart.Relation relation,
java.lang.String value,
boolean bIgnoreCase)
Creates a new query expression that tests this property. |
void |
setDefaultValue(java.lang.String value)
Sets the default String value for this property instance |
| Methods inherited from class com.starteam.VectorProperty |
|---|
copy, getAbsoluteMaxLength, getMaxLength, getMinLength, isEqualTo, setMaxLength, setMinLength |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String value)
value - String
public QueryPart newQueryPart(QueryPart.Relation relation,
java.lang.String value)
relation - The query relation.value - The string value to be tested.
public QueryPart newQueryPart(QueryPart.Relation relation,
java.lang.String value,
boolean bIgnoreCase)
relation - The query relation.value - The string value to be tested.bIgnoreCase - true if case is ignored during comparison.
public boolean isQueryRelationSupported(QueryPart.Relation operator)
isQueryRelationSupported in class Propertyoperator - int
public boolean isSortByTextValueSupported()
isSortByTextValueSupported in class Propertypublic 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 | ||||||||