public interface RMPropertyDescriptionString extends RMPropertyDescription
DataType.String
isRMSystemProperty
Modifier and Type | Method and Description |
---|---|
RMMarkingSet |
getMarkingSet()
Specifies the set of markings, if any, applicable to the value of a property that
is based on this property description.
|
java.lang.String |
getStringDefaultValue()
Specifies the default string value, if any, for a property that is based on this property
description.
|
java.lang.Integer |
getStringMaximumLength()
Specifies the maximum length, in characters, if any, for the string value of a property
that is based on this property description.
|
java.util.List<java.lang.String> |
getStringSelectionsList()
Specifies a collection of
String instances that can be assigned to the
value of a property that is based on this property description. |
boolean |
isCBREnabled()
Specifies whether a property that is based on this property description is enabled for full text indexing
(content-based retrieval).
|
boolean |
usesLongColumn()
Specifies whether a string valued property based on this property description is stored in
a database column as a short string or as a long string.
|
getCardinality, getChoiceList, getDataType, getDescriptiveText, getDisplayName, getId, getName, getSettability, getSymbolicName, isForClassified, isForDeclare, isHidden, isOrderable, isReadOnly, isRMSystemProperty, isSearchable, isSelectable, isSystemGenerated, isSystemOwned, isValueRequired, requiresUniqueElements
RMMarkingSet getMarkingSet()
RMMarkingSet
instance, or null
if no marking set is
associated with this property description.java.lang.Integer getStringMaximumLength()
Integer
or null
if no maximum length is defined.java.lang.String getStringDefaultValue()
String
or null
if no default value is defined.java.util.List<java.lang.String> getStringSelectionsList()
String
instances that can be assigned to the
value of a property that is based on this property description.List<String>
collection, or null
if no selection list is defined.boolean isCBREnabled()
The isCBREnabled
method of the containing RMClassDescription
for this property description must also return a true
value to allow a true
value at the property level to take effect.
true
if full text indexing is supported, false
otherwise.boolean usesLongColumn()
true
if a long column is used, false
otherwise.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.