public interface PropertyDefinitionId extends RepositoryObject, PropertyDefinition, DependentObject
PropertyDefinitionId
object
is created from a PropertyTemplateId
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionId
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 |
---|---|
Id |
get_PropertyDefaultId()
Returns the value of the PropertyDefaultId property.
|
void |
set_PropertyDefaultId(Id value)
Sets the value of the PropertyDefaultId 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
Id get_PropertyDefaultId()
void set_PropertyDefaultId(Id value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.