|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property.WebCacheProperty
com.starteam.VectorProperty.WebCacheVectorProperty
com.starteam.TextProperty.WebCacheTextProperty
public static class TextProperty.WebCacheTextProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Returns the default String value for this property instance |
QueryPart.WebCacheQueryPart |
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.WebCacheVectorProperty |
|---|
getMaxLength, getMinLength, setMaxLength, setMinLength |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String value)
value - String
public QueryPart.WebCacheQueryPart 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||