public class ObjectArrayProperty extends VectorProperty
isItemProperty| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectArrayProperty.WebCacheObjectArrayProperty
Base accessor for cached SDK objects encapsulating the statefulness of
objects obtained from the artifact cache.
|
VectorProperty.WebCacheVectorPropertyProperty.MetaData, Property.WebCacheProperty| Modifier and Type | Method and Description |
|---|---|
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
|
copy, getAbsoluteMaxLength, getMaxLength, getMinLength, isEqualTo, setMaxLength, setMinLengthareValuesEqual, equals, fromXml, getDebugString, getDependentProperties, getDisplayName, getDisplayNameTranslations, getGenericDefaultValue, getID, getName, getServer, getType, hashCode, isAdvanced, isCalculated, isClientCalculated, isDescriptor, isDirty, isDisabled, isEnabled, isGenericCalculated, isHeader, isItemProperty, isLegalValue, isNew, isPrimaryDescriptor, isRequired, isRestricted, isRevisionIndependent, isServerCalculated, isSortByTextValueSupported, isStored, isSysDefined, isUserCustomized, isUserDefined, isUserModifiable, isViewSpecific, resolveAllDependencies, setDescriptor, setDisplayName, setDisplayNameTranslations, setEnabled, setGenericDefaultValue, setPrimaryDescriptor, setRequired, toString, toXml, updatepublic int[] getDefaultValue()
public void setDefaultValue(int[] value)
value - int[]public boolean isQueryRelationSupported(QueryPart.Relation operator)
isQueryRelationSupported in class Propertyoperator - Query Relationpublic 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.StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.