public interface PropertyTemplateString extends RepositoryObject, PropertyTemplate
PropertyDefinitionString
objects,
which you can add to class definitions to create user-defined properties for holding string values.
A property template is a global template that enables you to create one or more property definitions
for a given data type with the same set of property values.
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 |
---|---|
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_MarkingSet(MarkingSet value)
Sets the value of the MarkingSet 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.
|
void |
set_UsesLongColumn(java.lang.Boolean value)
Sets the value of the UsesLongColumn property.
|
createClassProperty, get_AliasIds, get_AuditAs, get_AuditedEvents, get_Cardinality, get_ChoiceList, get_Creator, get_DataType, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DescriptiveTexts, get_DisplayName, get_DisplayNames, get_Id, get_InstalledByAddOn, get_IsHidden, get_IsNameProperty, get_IsValueRequired, get_LastModifier, get_ModificationAccessRequired, get_Name, get_Owner, get_Permissions, get_PersistenceType, get_PropertyDisplayCategory, get_RequiresUniqueElements, get_Settability, get_SymbolicName, get_UsedInClasses, set_AliasIds, set_AuditAs, set_Cardinality, set_ChoiceList, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveTexts, set_DisplayNames, set_IsHidden, set_IsNameProperty, set_IsValueRequired, set_LastModifier, set_ModificationAccessRequired, set_Owner, set_Permissions, set_PersistenceType, set_PropertyDisplayCategory, set_RequiresUniqueElements, set_Settability, set_SymbolicName
getObjectStore
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
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()
void set_MarkingSet(MarkingSet value)
java.lang.Boolean get_UsesLongColumn()
void set_UsesLongColumn(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.