public interface PropertyDefinitionInteger32 extends RepositoryObject, PropertyDefinition, DependentObject
PropertyDefinitionInteger32
object
is created from a PropertyTemplateInteger32
object and contains mutable property metadata that you can customize.
When a PropertyDefinitionInteger32
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.Integer |
get_PropertyDefaultInteger32()
Returns the value of the PropertyDefaultInteger32 property.
|
java.lang.Integer |
get_PropertyMaximumInteger32()
Returns the value of the PropertyMaximumInteger32 property.
|
java.lang.Integer |
get_PropertyMinimumInteger32()
Returns the value of the PropertyMinimumInteger32 property.
|
void |
set_PropertyDefaultInteger32(java.lang.Integer value)
Sets the value of the PropertyDefaultInteger32 property.
|
void |
set_PropertyMaximumInteger32(java.lang.Integer value)
Sets the value of the PropertyMaximumInteger32 property.
|
void |
set_PropertyMinimumInteger32(java.lang.Integer value)
Sets the value of the PropertyMinimumInteger32 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.Integer get_PropertyDefaultInteger32()
void set_PropertyDefaultInteger32(java.lang.Integer value)
java.lang.Integer get_PropertyMinimumInteger32()
void set_PropertyMinimumInteger32(java.lang.Integer value)
java.lang.Integer get_PropertyMaximumInteger32()
void set_PropertyMaximumInteger32(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.