|
|||||||||
| 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.ObjectArrayProperty
public class ObjectArrayProperty
This class represents a property whose value is an Object Array. Custom Object Array Properties can be created starting from Server Release 12.0 However, they are restricted to User and Group Arrays
| Nested Class Summary | |
|---|---|
static class |
ObjectArrayProperty.WebCacheObjectArrayProperty
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 | |
|---|---|
int[] |
getDefaultValue()
returns the default 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 |
getTypeOfMembers()
Gets the type of member object referenced by this property value. |
boolean |
isQueryRelationSupported(QueryPart.Relation operator)
Returns true if this property supports the specified query operator(s) |
QueryPart |
newQueryPart(QueryPart.Relation relation,
int[] value)
Creates a new query expression that tests this property. |
void |
setDefaultValue(int[] value)
sets the default 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 int[] getDefaultValue()
public void setDefaultValue(int[] value)
value - int[]public boolean isQueryRelationSupported(QueryPart.Relation operator)
isQueryRelationSupported in class Propertyoperator - Query Relation
public QueryPart newQueryPart(QueryPart.Relation relation,
int[] value)
relation - The query relation.value - The value to be tested.
public Type getTypeOfMembers()
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 | ||||||||