public interface PropertyDefinitionString extends RepositoryObject, PropertyDefinition, DependentObject
PropertyDefinitionString
object
is created from a PropertyTemplateString
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionString
object is added to a class definition's
PropertyDefinitions
collection, a user-defined property is created in that class.
Many of the metaproperties that originate from a property template can be modified on the property definition of the class, while other metaproperties can be modified only on the property template. For a list of modifiable metaproperties and how they can be customized, see Modifying Custom Metaproperties.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_IsCBREnabled()
Returns the value of the IsCBREnabled property.
|
MarkingSet |
get_MarkingSet()
Returns the value of the MarkingSet property.
|
java.lang.Integer |
get_MaximumLengthString()
Returns the value of the MaximumLengthString property.
|
java.lang.String |
get_PropertyDefaultString()
Returns the value of the PropertyDefaultString property.
|
java.lang.Boolean |
get_UsesLongColumn()
Returns the value of the UsesLongColumn property.
|
void |
set_IsCBREnabled(java.lang.Boolean value)
Sets the value of the IsCBREnabled property.
|
void |
set_MaximumLengthString(java.lang.Integer value)
Sets the value of the MaximumLengthString property.
|
void |
set_PropertyDefaultString(java.lang.String value)
Sets the value of the PropertyDefaultString property.
|
get_AliasIds, get_AuditAs, get_Cardinality, get_ChoiceList, get_ColumnId, get_CopyToReservation, get_DataType, get_DescriptiveText, get_DisplayName, get_ExternalAliases, get_Id, get_IsHidden, get_IsNameProperty, get_IsSystemOwned, get_IsValueRequired, get_ModificationAccessRequired, get_Name, get_PersistenceType, get_PrimaryId, get_PropertyTemplate, get_RequiresUniqueElements, get_Settability, get_SymbolicName, get_TableDefinition, set_AliasIds, set_AuditAs, set_ChoiceList, set_CopyToReservation, set_ExternalAliases, set_IsHidden, set_IsNameProperty, set_IsValueRequired, set_ModificationAccessRequired, set_Settability
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_PropertyDefaultString()
void set_PropertyDefaultString(java.lang.String value)
java.lang.Integer get_MaximumLengthString()
void set_MaximumLengthString(java.lang.Integer value)
MarkingSet get_MarkingSet()
java.lang.Boolean get_UsesLongColumn()
java.lang.Boolean get_IsCBREnabled()
void set_IsCBREnabled(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.