public static class IntegerProperty.WebCacheIntegerProperty extends ScalarProperty.WebCacheScalarProperty
Type | Property and Description |
---|---|
boolean |
isRollup
Gets the value of the property rollupProperty.
|
isItemProperty
Modifier and Type | Method and Description |
---|---|
int |
getDefaultValue()
Returns the default integer value for this Property
|
int |
getMaxValue()
Returns the maximum integer value for this Property or MAX_VALUE if
none has been specified
|
int |
getMinValue()
Returns the minimum integer value for this Property or MIN_VALUE if
none has been specified
|
boolean |
isRollupProperty()
Gets the value of the property rollupProperty.
|
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
int value)
Creates a new query expression that tests this property.
|
void |
setDefaultValue(int value)
Sets the default integer value for this Property
|
void |
setMaxValue(int value)
Sets the maximum integer value for this Property
|
void |
setMinValue(int value)
Sets the minimum integer value for this Property
|
void |
setRollupProperty(boolean enable)
set this property to be a rollup property
|
equals, getContext, getDisplayName, getDisplayNameTranslations, getDisplayValue, getGenericDefaultValue, getID, getName, getNameProperty, getType, hashCode, isAdvanced, isCalculated, isClientCalculated, isDescriptor, isDirty, isDisabled, isEnabled, isGenericCalculated, isHeader, isItemProperty, isLegalValue, isPrimaryDescriptor, isQueryRelationSupported, isRequired, isRestricted, isRevisionIndependent, isServerCalculated, isSortByTextValueSupported, isStored, isSysDefined, isUserCustomized, isUserDefined, isUserModifiable, isViewSpecific, refresh, setDescriptor, setDisplayName, setDisplayNameTranslations, setEnabled, setGenericDefaultValue, setPrimaryDescriptor, setRequired, toXml, update
public boolean isRollupProperty
public int getDefaultValue()
public void setDefaultValue(int value)
value
- int the default integer valuepublic int getMaxValue()
public int getMinValue()
public void setMinValue(int value)
value
- int the minimum integer value for this Propertypublic void setMaxValue(int value)
value
- int the maximum integer value for this Propertypublic boolean isRollupProperty()
public void setRollupProperty(boolean enable)
enable
- true to set this property to be a rollup propertypublic QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation, int value)
relation
- The query relation.value
- The value to be tested.StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.